summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/gitlab/metrics/dashboard/schemas/text_variable_full_syntax.json
blob: 1818b2775f0c8d52a8aa58dd1e7add009094c336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "object",
  "required": [
    "type", "options"
  ],
  "properties": {
    "type": { "enum": ["text"] },
    "label": { "type": "string" },
    "options": { "$ref": "text_variable_options.json" }
  },
  "additionalProperties": false
}