{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "HotelSearchResponse", "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/definitions/Hotel" } }, "meta": { "$ref": "#/definitions/Meta" } } }