{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ZoneInterface", "type": "object", "properties": { "href": { "type": "string" }, "type": { "type": "string" }, "name": { "type": "string" }, "state": { "type": "string" }, "brand": { "type": "string" }, "id": { "type": "integer" } } }