{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Check", "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "type": { "type": "string" }, "hostname": { "type": "string" }, "status": { "type": "string" }, "resolution": { "type": "integer" }, "lastresponsetime": { "type": "integer" }, "lasttesttime": { "type": "integer" }, "created": { "type": "integer" }, "tags": { "type": "array" } } }