dokytree/samples/it_v2/schemas_builder/parts/book.json

7 lines
111 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"book": { "type": "boolean" }
}
}