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

10 lines
274 B
JSON

{
"$schema": "http://json-schema.org/draft-04/schema",
"name": "Person",
"type" : "object",
"properties": {
"title": { "type": "string" },
"firstname": { "type": "string" },
"lastname": { "type": "string" }
}
}