debian-mirror-gitlab/spec/fixtures/api/schemas/cluster_list.json
2020-05-24 23:13:21 +05:30

15 lines
297 B
JSON

{
"clusters": {
"type": "array",
"items": {
"cluster_type": "string",
"enabled": "boolean",
"environment_scope": "string",
"name": "string",
"path": "string",
"status": "string"
}
},
"has_ancestor_clusters": { "type": ["boolean", "false"] }
}