{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Zone", "type": "object", "properties": { "name": { "type": "string" }, "brand": { "type": "string" }, "id": { "type": "integer" }, "uuid": { "type": "string" }, "state": { "type": "string" }, "auxstate": { "type": "array" } } }