The test schedule.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/observatory_schedule", "title": "observatory_schedule", "description": "The test schedule.", "properties": { "frequency": { "$ref": "#/components/schemas/observatory_schedule_frequency" }, "region": { "$ref": "#/components/schemas/observatory_region" }, "url": { "$ref": "#/components/schemas/observatory_url" } }, "type": "object" }