gitlab-org--gitlab-foss/spec/fixtures/api/schemas/feature_flag_strategy.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
194 B
JSON
Raw Permalink Normal View History

{
"type": "object",
"required": [
"name"
],
"properties": {
"name": { "type": "string" },
"parameters": {
"type": "object"
}
},
"additionalProperties": false
}