{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/better-stack/refs/heads/main/json-structure/better-stack-monitor-object-structure.json", "name": "MonitorObject", "description": "A single monitor resource following JSON:API format.", "type": "object", "properties": { "id": { "type": "string", "description": "Unique identifier of the monitor.", "example": "500123" }, "type": { "type": "string", "description": "Resource type identifier.", "example": "monitor" }, "attributes": { "$ref": "#/components/schemas/MonitorAttributes" } } }