{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/tiktok/location.json","title":"tiktok/location data fields","description":"Required core structure for successful data, with optional source fields. Additional fields are allowed. This is not a completeness guarantee.","type":"object","properties":{"id":{"type":["string","null"],"description":"Exact source identifier; preserve it as a string."},"name":{"type":["string","null"],"description":"name"},"title":{"type":["string","null"],"description":"title"},"address":{"type":["string","null"],"description":"address"},"city":{"type":["string","null"],"description":"city"},"country":{"type":["string","null"],"description":"country"},"url":{"type":["string","null"],"description":"url"},"latitude":{"type":["number","null"],"description":"latitude; null is unknown."},"longitude":{"type":["number","null"],"description":"longitude; null is unknown."},"video_count":{"type":["number","null"],"description":"video count; null is unknown."}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["id"],"properties":{"id":{"type":["string"],"description":"Exact source identifier; preserve it as a string.","minLength":1}}},{"required":["name"],"properties":{"name":{"type":["string"],"description":"name","minLength":1}}},{"required":["title"],"properties":{"title":{"type":["string"],"description":"title","minLength":1}}},{"required":["address"],"properties":{"address":{"type":["string"],"description":"address","minLength":1}}},{"required":["city"],"properties":{"city":{"type":["string"],"description":"city","minLength":1}}},{"required":["country"],"properties":{"country":{"type":["string"],"description":"country","minLength":1}}},{"required":["url"],"properties":{"url":{"type":["string"],"description":"url","minLength":1}}},{"required":["latitude"],"properties":{"latitude":{"type":["number"],"description":"latitude; null is unknown."}}},{"required":["longitude"],"properties":{"longitude":{"type":["number"],"description":"longitude; null is unknown."}}},{"required":["video_count"],"properties":{"video_count":{"type":["number"],"description":"video count; null is unknown."}}}]}],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"id":"123","name":"Example location"}]}