Files
cozystack/packages/apps/rabbitmq/values.schema.json
2024-02-06 08:46:03 +01:00

11 lines
182 B
JSON

{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"properties": {
"external": {
"type": "boolean",
"title": "Enable external Access"
}
}
}