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",