From e06b208910cbdeab84865634b638e2dc861b8507 Mon Sep 17 00:00:00 2001 From: Filip Zajdel Date: Thu, 29 Aug 2024 09:16:14 +0200 Subject: [PATCH] schema: Add new tags Signed-off-by: Filip Zajdel --- resources/schema.json | 6 +++++- site/src/schema.ts | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/resources/schema.json b/resources/schema.json index 712f11b..0fe9d4e 100644 --- a/resources/schema.json +++ b/resources/schema.json @@ -59,7 +59,11 @@ "dfu", "thread", "matter", - "bt-mesh" + "bt-mesh", + "sidewalk", + "lora-basics-modem", + "CSS", + "FSK" ] }, "description": "An array of tags describing the application." diff --git a/site/src/schema.ts b/site/src/schema.ts index e593d4e..11635de 100644 --- a/site/src/schema.ts +++ b/site/src/schema.ts @@ -41,6 +41,10 @@ export const validTags = [ 'thread', 'matter', 'bt-mesh', + 'sidewalk', + 'lora-basics-modem', + 'CSS', + 'FSK' ] as const; export const appKindSchema = {