{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/spectrum-analytics_until",
"title": "spectrum-analytics_until",
"allOf": [
{
"description": "End of time interval to query, defaults to current time. Timestamp must be in RFC3339 format and uses UTC unless otherwise specified."
},
{
"$ref": "#/components/schemas/spectrum-analytics_timestamp"
}
]
}