{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ZoneCapStats", "type": "object", "properties": { "zonename": { "type": "string" }, "zone_id": { "type": "integer" }, "cpu_cap": { "type": "number" }, "cpu_usage": { "type": "number" }, "memory_cap": { "type": "integer" }, "memory_usage": { "type": "integer" }, "swap_cap": { "type": "integer" }, "swap_usage": { "type": "integer" } } }