{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/booking/search-attractions.json","title":"booking/search-attractions data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"count":{"description":"Number of records in this response, not lifetime or total matches.","type":["number","null"]},"cursor":{"description":"Opaque next-page token; pass it back unchanged. Null does not prove complete history.","type":["string","null"]},"destination":{"description":"Optional destination supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"city":{"description":"Optional city supplied by this operation. Null means unknown.","type":["string","null"]},"country":{"description":"Optional country supplied by this operation. Null means unknown.","type":["string","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]}},"additionalProperties":true},"has_more":{"description":"Source continuation indicator; null means unknown.","type":["boolean","null"]},"items":{"description":"Returned records. Source coverage and completeness vary.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":"object","properties":{"city":{"description":"Optional city supplied by this operation. Null means unknown.","type":["string","null"]},"country_code":{"description":"Optional country code supplied by this operation. Null means unknown.","type":["string","null"]},"description":{"description":"Source description; null or absent means not supplied.","type":["string","null"]},"destination_id":{"description":"Optional destination id supplied by this operation. Null means unknown.","type":["string","null"]},"free_cancellation":{"description":"Optional free cancellation supplied by this operation. Null means unknown.","type":["boolean","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"image_url":{"description":"Optional image url supplied by this operation. Null means unknown.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"offers":{"description":"Optional offers supplied by this operation. Null means unknown.","type":["number","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"positive_share":{"description":"Optional positive share supplied by this operation. Null means unknown.","type":["string","null"]},"price":{"description":"Source price. Currency, taxes and availability depend on the listing.","type":["object","null"],"properties":{"amount":{"description":"Optional amount supplied by this operation. Null means unknown.","type":["number","null"]},"currency":{"description":"Optional currency supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true},"rating":{"description":"Source rating; read its accompanying scale and vote count.","type":["number","null"]},"ratings_count":{"description":"Optional ratings count supplied by this operation. Null means unknown.","type":["number","null"]},"reviews_count":{"description":"Optional reviews count supplied by this operation. Null means unknown.","type":["number","null"]},"slug":{"description":"Optional slug supplied by this operation. Null means unknown.","type":["string","null"]},"type":{"description":"Optional type supplied by this operation. Null means unknown.","type":["string","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["city"],"properties":{"city":{"description":"Optional city supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["country_code"],"properties":{"country_code":{"description":"Optional country code supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["description"],"properties":{"description":{"description":"Source description; null or absent means not supplied.","type":["string"],"minLength":1}}},{"required":["destination_id"],"properties":{"destination_id":{"description":"Optional destination id supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["free_cancellation"],"properties":{"free_cancellation":{"description":"Optional free cancellation supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["image_url"],"properties":{"image_url":{"description":"Optional image url supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["name"],"properties":{"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["offers"],"properties":{"offers":{"description":"Optional offers supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["positive_share"],"properties":{"positive_share":{"description":"Optional positive share supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["price"],"properties":{"price":{"description":"Source price. Currency, taxes and availability depend on the listing.","type":["object"],"properties":{"amount":{"description":"Optional amount supplied by this operation. Null means unknown.","type":["number","null"]},"currency":{"description":"Optional currency supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}}},{"required":["rating"],"properties":{"rating":{"description":"Source rating; read its accompanying scale and vote count.","type":["number"]}}},{"required":["ratings_count"],"properties":{"ratings_count":{"description":"Optional ratings count supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["reviews_count"],"properties":{"reviews_count":{"description":"Optional reviews count supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["slug"],"properties":{"slug":{"description":"Optional slug supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["url"],"properties":{"url":{"description":"Original source URL when supplied.","type":["string"],"minLength":1}}}]}]}},"page":{"description":"Optional page supplied by this operation. Null means unknown.","type":["number","null"]},"total":{"description":"Source-reported total; null is unknown.","type":["number","null"]}},"additionalProperties":true,"required":["items"],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"count":0,"cursor":null,"destination":{"city":"example","country":"example","id":"example"},"has_more":false,"items":[{"city":"example","country_code":"example","description":"example","destination_id":"example","free_cancellation":false,"id":"example","image_url":"https://example.com/example","name":"example","offers":0,"platform":"example","positive_share":"example","price":{"amount":0,"currency":"example"},"rating":0,"ratings_count":0,"reviews_count":0,"slug":"example","type":"example","url":"https://example.com/example"}],"page":0,"total":0}]}