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