deb-python-warlock/test/schemas/country.json

10 lines
270 B
JSON

{
"$schema": "http://json-schema.org/draft-04/schema",
"name": "Country",
"properties": {
"name": {"type": "string"},
"population": {"type": "integer"},
"overlord": { "$ref": "person.json#" }
},
"additionalProperties": false
}