{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ZoneInfo", "type": "object", "properties": { "name": { "type": "string" }, "id": { "type": "integer" }, "uuid": { "type": "string" }, "brand": { "type": "string" }, "isGlobal": { "type": "boolean" } } }