From c1bb2ff4cbd5c648717d6f52ea92eecd81831e31 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sun, 8 Mar 2026 09:22:57 -0500 Subject: [PATCH] update schema descriptions --- schema/config.schema.json | 2 +- schema/modules.schema.json | 2 +- schema/processors.schema.json | 2 +- schema/routes.schema.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/schema/config.schema.json b/schema/config.schema.json index b4619cb..bfc34c3 100644 --- a/schema/config.schema.json +++ b/schema/config.schema.json @@ -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": { diff --git a/schema/modules.schema.json b/schema/modules.schema.json index 9f718d6..48ae772 100644 --- a/schema/modules.schema.json +++ b/schema/modules.schema.json @@ -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": [ diff --git a/schema/processors.schema.json b/schema/processors.schema.json index bda5968..a187585 100644 --- a/schema/processors.schema.json +++ b/schema/processors.schema.json @@ -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": [ diff --git a/schema/routes.schema.json b/schema/routes.schema.json index d5a58aa..2625090 100644 --- a/schema/routes.schema.json +++ b/schema/routes.schema.json @@ -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",