27 lines
525 B
JSON
27 lines
525 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"required": [
|
||
|
"version",
|
||
|
"revision",
|
||
|
"kas"
|
||
|
],
|
||
|
"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"] }
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|