debian-mirror-gitlab/spec/fixtures/api/schemas/unleash/unleash_strategy.json

25 lines
393 B
JSON
Raw Normal View History

2021-01-03 14:25:43 +05:30
{
"type": "object",
"additionalProperties": false,
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
},
"parameters": {
"type": "object",
"additionalProperties": false,
"properties": {
"groupId": {
"type": "string"
},
"percentage": {
"type": "integer"
}
}
}
}
}