Files
cozystack/packages/extra/bootbox/values.schema.json
Andrei Kvapil 9022b8bda8 Fix arrays in OpenAPI spec
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2025-07-18 02:54:33 +02:00

26 lines
550 B
JSON

{
"properties": {
"machines": {
"default": [],
"description": "Configuration of physical machine instances",
"items": {
"type": "object"
},
"type": "array"
},
"whitelist": {
"default": [],
"description": "List of client networks",
"items": {},
"type": "array"
},
"whitelistHTTP": {
"default": true,
"description": "Secure HTTP by enabling client networks whitelisting",
"type": "boolean"
}
},
"title": "Chart Values",
"type": "object"
}