{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-structure/openapi-synthetics-condition-body-structure.json", "name": "SyntheticsConditionBody", "description": "SyntheticsConditionBody schema", "type": "object", "properties": { "enabled": { "type": "boolean", "example": true }, "monitor_id": { "type": "string", "example": "500123" }, "name": { "type": "string", "example": "example-resource-01" }, "runbook_url": { "type": "string", "example": "https://portal.example.com/path/abc123" } } }