update schema descriptions

This commit is contained in:
Joel Wetzell
2026-03-08 09:22:57 -05:00
parent 50898b9130
commit c1bb2ff4cb
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://showbridge.io/config.schema.json",
"title": "Config",
"description": "showbridge config file",
"description": "showbridge configuration",
"type": "object",
"properties": {
"modules": {

View File

@@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://showbridge.io/modules.schema.json",
"title": "Modules",
"description": "showbridge modules array",
"description": "module configurations",
"type": "array",
"items": {
"oneOf": [

View File

@@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://showbridge.io/processors.schema.json",
"title": "Processors",
"description": "showbridge processors array",
"description": "processor configurations",
"type": "array",
"items": {
"oneOf": [

View File

@@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://showbridge.io/routes.schema.json",
"title": "Routes",
"description": "showbridge routes array",
"description": "route configurations",
"type": "array",
"items": {
"type": "object",