debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/metadata.json
2023-01-12 18:35:48 +00:00

46 lines
No EOL
739 B
JSON

{
"type": "object",
"required": [
"version",
"revision",
"kas",
"enterprise"
],
"properties": {
"version": {
"type": "string"
},
"revision": {
"type": "string"
},
"kas": {
"type": "object",
"required": [
"enabled",
"externalUrl",
"version"
],
"properties": {
"enabled": {
"type": "boolean"
},
"externalUrl": {
"type": [
"string",
"null"
]
},
"version": {
"type": [
"string",
"null"
]
}
}
},
"enterprise": {
"type": "boolean"
}
},
"additionalProperties": false
}