{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ObservationsResponse", "allOf": [ { "$ref": "#/definitions/BaseResponse" }, { "required": [ "results" ], "properties": { "results": { "type": "array", "items": { "$ref": "#/definitions/Observation" } } } } ] }