{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/tripadvisor/location.json","title":"tripadvisor/location data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"category":{"description":"Optional category 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"]},"path":{"description":"Optional path supplied by this operation. Null means unknown.","type":["string","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"rank":{"description":"Optional rank supplied by this operation. Null means unknown.","type":["number","null"]},"rating":{"description":"Source rating; read its accompanying scale and vote count.","type":["object","null"],"properties":{"value":{"description":"Optional value supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true},"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["category"],"properties":{"category":{"description":"Optional category 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}}},{"required":["path"],"properties":{"path":{"description":"Optional path supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["rank"],"properties":{"rank":{"description":"Optional rank supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["rating"],"properties":{"rating":{"description":"Source rating; read its accompanying scale and vote count.","type":["object"],"properties":{"value":{"description":"Optional value supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true}}},{"required":["url"],"properties":{"url":{"description":"Original source URL when supplied.","type":["string"],"minLength":1}}}]}],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"category":"example","id":"example","name":"example","path":"example","platform":"example","rank":0,"rating":{"value":0},"url":"https://example.com/example"}]}