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