debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/feature_flag_scopes.json

10 lines
130 B
JSON
Raw Normal View History

2021-01-03 14:25:43 +05:30
{
"type": "array",
"items": {
"type": "object",
"properties": {
"$ref": "./feature_flag_scope.json"
}
}
}