Reject VIA keys within info.json (#20026)

master
Joel Challis 2 years ago committed by GitHub
parent 07b7fed122
commit 500c4b7484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      data/schemas/keyboard.jsonschema

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

Loading…
Cancel
Save