Browse Source

Reject VIA keys within info.json (#20026)

pull/20039/head
Joel Challis 1 year ago
committed by GitHub
parent
commit
500c4b7484
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      data/schemas/keyboard.jsonschema

+ 1
- 0
data/schemas/keyboard.jsonschema View File

@ -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