{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NrqlResponse", "title": "NrqlResponse", "type": "object", "properties": { "query": { "type": "string", "example": "example_string" }, "since_value": { "type": "string", "example": "example_string" } } }