{ "$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-response-structure.json", "name": "SyntheticsConditionResponse", "description": "SyntheticsConditionResponse schema", "type": "object", "properties": { "synthetics_condition": { "$ref": "#/components/schemas/SyntheticsConditionResponseType" } } }