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

14 lines
305 B
JSON

{
"type": "object",
"required": [
"name",
"parameters"
],
"properties": {
"id": { "type": "integer" },
"name": { "type": "string" },
"parameters": { "type": "object" },
"scopes": { "type": "array", "items": { "$ref": "scope.json" } }
},
"additionalProperties": false
}