{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/observatory_pages-response-collection", "title": "observatory_pages-response-collection", "allOf": [ { "$ref": "#/components/schemas/observatory_api-response-collection" }, { "properties": { "result": { "items": { "properties": { "region": { "$ref": "#/components/schemas/observatory_labeled_region" }, "scheduleFrequency": { "$ref": "#/components/schemas/observatory_schedule_frequency" }, "tests": { "items": { "$ref": "#/components/schemas/observatory_page_test" }, "type": "array" }, "url": { "$ref": "#/components/schemas/observatory_url" } } }, "type": "array" } } } ] }