Skip to content

Commit

Permalink
Reject VIA keys within info.json (qmk#20026)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Mar 5, 2023
1 parent 07b7fed commit 500c4b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/schemas/keyboard.jsonschema
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
}
},
"type": "object",
"not": { "required": [ "vendorId", "productId" ] }, // reject via keys...
"properties": {
"keyboard_name": {"$ref": "qmk.definitions.v1#/text_identifier"},
"keyboard_folder": {"$ref": "qmk.definitions.v1#/keyboard"},
Expand Down

0 comments on commit 500c4b7

Please sign in to comment.