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", "$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://showbridge.io/config.schema.json", "$id": "https://showbridge.io/config.schema.json",
"title": "Config", "title": "Config",
"description": "showbridge config file", "description": "showbridge configuration",
"type": "object", "type": "object",
"properties": { "properties": {
"modules": { "modules": {

View File

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

View File

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

View File

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