{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-schema/openapi-user-defined-condition-response-schema.json", "title": "UserDefinedConditionResponse", "description": "UserDefinedConditionResponse schema", "type": "object", "properties": { "metric": { "type": "string", "example": "example_string" }, "value_function": { "type": "string", "example": "example_string" } } }