Skip to content

Commit

Permalink
schema: Add new tags (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Zajdel <[email protected]>
  • Loading branch information
FilipZajdel committed Aug 29, 2024
1 parent dcd4e84 commit bf3043b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
4 changes: 4 additions & 0 deletions site/src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ export const validTags = [
'thread',
'matter',
'bt-mesh',
'sidewalk',
'lora-basics-modem',
'CSS',
'FSK'
] as const;

export const appKindSchema = {
Expand Down

0 comments on commit bf3043b

Please sign in to comment.