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