debian-mirror-gitlab/spec/fixtures/api/schemas/feature_flag_strategy.json
2021-01-03 14:25:43 +05:30

14 lines
194 B
JSON

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