gitlab-org--gitlab-foss/spec/fixtures/api/schemas/cluster_list.json

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"] }
}