{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/observatory_page_test", "title": "observatory_page_test", "properties": { "date": { "$ref": "#/components/schemas/observatory_timestamp" }, "desktopReport": { "$ref": "#/components/schemas/observatory_lighthouse_report" }, "id": { "$ref": "#/components/schemas/observatory_uuid" }, "mobileReport": { "$ref": "#/components/schemas/observatory_lighthouse_report" }, "region": { "$ref": "#/components/schemas/observatory_labeled_region" }, "scheduleFrequency": { "$ref": "#/components/schemas/observatory_schedule_frequency" }, "url": { "$ref": "#/components/schemas/observatory_url" } }, "type": "object" }