{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "user", "type": "object", "properties": { "title": { "type": "string", "maxLength": 64 }, "active": { "type": "boolean" }, "language": { "type": "string" }, "zone_name": { "type": "string" } } }