2020-12-01 21:58:00 +01:00
|
|
|
{
|
2021-06-25 05:48:53 +02:00
|
|
|
"$id": "qmk.api.keyboard.v1",
|
2020-12-01 21:58:00 +01:00
|
|
|
"allOf": [
|
2021-06-25 05:48:53 +02:00
|
|
|
{"$ref": "qmk.keyboard.v1"},
|
2020-12-01 21:58:00 +01:00
|
|
|
{
|
2021-06-25 05:48:53 +02:00
|
|
|
"properties": {
|
|
|
|
"keymaps": {
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"url": {"type": "string"}
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"parse_errors": {"$ref": "qmk.definitions.v1#/string_array"},
|
|
|
|
"parse_warnings": {"$ref": "qmk.definitions.v1#/string_array"},
|
|
|
|
"processor_type": {"type": "string"},
|
|
|
|
"protocol": {"type": "string"},
|
|
|
|
"keyboard_folder": {"type": "string"},
|
|
|
|
"platform": {"type": "string"}
|
2020-12-01 21:58:00 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|