mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
add JSON schema for config file
This commit is contained in:
15
schema/config.schema.json
Normal file
15
schema/config.schema.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "https://showbridge.io/config.schema.json",
|
||||
"title": "Config",
|
||||
"description": "showbridge config file",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"modules": {
|
||||
"$ref": "https://showbridge.io/modules.schema.json"
|
||||
},
|
||||
"routes": {
|
||||
"$ref": "https://showbridge.io/routes.schema.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user