blob: bf2b1710d51c8c34102cb35629848d0d03ef0123 [file]
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"properties": {
"test-key-bool": {
"description": "test-key-bool",
"type": "boolean"
},
"vendor-id": {
"description": "Vendor ID",
"type": "integer"
}
},
"additionalProperties": false
}