summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/gitlab/metrics/dashboard/schemas/text_variable_options.json
blob: ccb2e168fd1cfc7cb1c05752cab11764e6e6be43 (plain)
1
2
3
4
5
6
7
{
  "type": "object",
  "properties": {
    "default_value": { "type": "string" }
  },
  "additionalProperties": false
}