{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/airbnb/locations.json","title":"airbnb/locations 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"]},"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":{"country_code":{"description":"Optional country code supplied by this operation. Null means unknown.","type":["string","null"]},"display_name":{"description":"Optional display name supplied by this operation. Null means unknown.","type":["string","null"]},"google_place_id":{"description":"Optional google place id supplied by this operation. Null means unknown.","type":["string","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["country_code"],"properties":{"country_code":{"description":"Optional country code supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["display_name"],"properties":{"display_name":{"description":"Optional display name supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["google_place_id"],"properties":{"google_place_id":{"description":"Optional google place id supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["name"],"properties":{"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}}]}]}},"query":{"description":"Optional query supplied by this operation. Null means unknown.","type":["string","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,"has_more":false,"items":[{"country_code":"example","display_name":"example","google_place_id":"example","id":"example","name":"example"}],"query":"example"}]}