From a497cfcc2172350b519a832146639436107ce867 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Thu, 3 Oct 2024 15:11:06 -0400 Subject: [PATCH] update schema file; --- configs/schema/talkgroup_rules.yaml_schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/schema/talkgroup_rules.yaml_schema.json b/configs/schema/talkgroup_rules.yaml_schema.json index 968c8ba1..eb26fb6c 100644 --- a/configs/schema/talkgroup_rules.yaml_schema.json +++ b/configs/schema/talkgroup_rules.yaml_schema.json @@ -13,6 +13,10 @@ "description": "Textual name of the talkgroup.", "type": "string" }, + "alias": { + "description": "Secondary name/group for the talkgroup.", + "type": "string" + }, "config": { "description": "Talkgroup Configuration", "type": "object",