{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-structure/openapi-user-defined-condition-body-structure.json", "name": "UserDefinedConditionBody", "description": "UserDefinedConditionBody schema", "type": "object", "properties": { "metric": { "type": "string", "example": "example_string" }, "value_function": { "type": "string", "example": "example_string" } } }