Files
showbridge-go/schema/config.schema.json
2026-03-08 09:22:57 -05:00

16 lines
387 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://showbridge.io/config.schema.json",
"title": "Config",
"description": "showbridge configuration",
"type": "object",
"properties": {
"modules": {
"$ref": "https://showbridge.io/modules.schema.json"
},
"routes": {
"$ref": "https://showbridge.io/routes.schema.json"
}
}
}