{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SyntheticsCondition", "title": "SyntheticsCondition", "type": "object", "properties": { "synthetics_condition": { "$ref": "#/components/schemas/SyntheticsConditionBody" } } }