Skip to content

Commit

Permalink
fix: use app type instead of local
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenwienk committed Dec 23, 2024
1 parent 0d76303 commit ae47514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/app/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,7 @@
"devices": {
"type": "object",
"properties": {
"type": { "type": "string", "enum": ["global", "local"] },
"type": { "type": "string", "enum": ["global", "app"] },
"singular": { "type": "boolean" },
"filter": {
"type": "object",
Expand Down

0 comments on commit ae47514

Please sign in to comment.