debian-mirror-gitlab/spec/fixtures/api/schemas/deployment_cluster.json
2020-03-13 15:44:24 +05:30

23 lines
366 B
JSON

{
"type": "object",
"required": [
"name"
],
"properties": {
"name": { "type": "string" },
"path": {
"oneOf": [
{ "type": "null" },
{ "type": "string" }
]
},
"kubernetes_namespace": {
"oneOf": [
{ "type": "null" },
{ "type": "string" }
]
}
},
"additionalProperties": false
}