summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/gitlab/metrics/dashboard/schemas/custom_variable_values.json
blob: 430d66a9691905983145fce8f5531233a8844a0c (plain)
1
2
3
4
5
6
7
8
9
10
{
  "type": "object",
  "required": ["value"],
  "properties": {
    "value": { "type": "string" },
    "text": { "type": "string" },
    "default": { "type": "boolean" }
  },
  "additionalProperties": false
}