Welcome to mirror list, hosted at ThFree Co, Russian Federation.

text_variable_options.json « schemas « dashboard « metrics « gitlab « lib « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee998e46a7e8fc8a12907f3a3a992c99e008866f (plain)
1
2
3
4
5
6
7
8
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "default_value": { "type": "string" }
  },
  "additionalProperties": false
}