| { | |
| "$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 | |
| } |