{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/facebook/city-events.json","title":"facebook/city-events data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"cursor":{"description":"Opaque next-page token; pass it back unchanged. Null does not prove complete history.","type":["string","null"]},"dropped":{"description":"Optional dropped supplied by this operation. Null means unknown.","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":{"cover_url":{"description":"Optional cover url supplied by this operation. Null means unknown.","type":["string","null"]},"going_count":{"description":"Optional going count supplied by this operation. Null means unknown.","type":["number","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"interested_count":{"description":"Optional interested count supplied by this operation. Null means unknown.","type":["number","null"]},"is_happening_now":{"description":"Optional is happening now supplied by this operation. Null means unknown.","type":["boolean","null"]},"is_online":{"description":"Optional is online supplied by this operation. Null means unknown.","type":["boolean","null"]},"is_past":{"description":"Optional is past supplied by this operation. Null means unknown.","type":["boolean","null"]},"kind":{"description":"Optional kind supplied by this operation. Null means unknown.","type":["string","null"]},"location":{"description":"Optional location supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"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"]},"type":{"description":"Optional type supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"place":{"description":"Optional place supplied by this operation. Null means unknown.","type":["string","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"price_range":{"description":"Optional price range supplied by this operation. Null means unknown.","type":["string","null"]},"social_text":{"description":"Optional social text supplied by this operation. Null means unknown.","type":["string","null"]},"starts_at":{"description":"Optional starts at supplied by this operation. Null means unknown.","type":["string","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]},"when_text":{"description":"Optional when text supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["cover_url"],"properties":{"cover_url":{"description":"Optional cover url supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["going_count"],"properties":{"going_count":{"description":"Optional going count supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["interested_count"],"properties":{"interested_count":{"description":"Optional interested count supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["is_happening_now"],"properties":{"is_happening_now":{"description":"Optional is happening now supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["is_online"],"properties":{"is_online":{"description":"Optional is online supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["is_past"],"properties":{"is_past":{"description":"Optional is past supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["location"],"properties":{"location":{"description":"Optional location supplied by this operation. Null means unknown.","type":["object"],"properties":{"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"]},"type":{"description":"Optional type supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}}},{"required":["name"],"properties":{"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["place"],"properties":{"place":{"description":"Optional place supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["price_range"],"properties":{"price_range":{"description":"Optional price range supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["social_text"],"properties":{"social_text":{"description":"Optional social text supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["starts_at"],"properties":{"starts_at":{"description":"Optional starts at 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}}},{"required":["when_text"],"properties":{"when_text":{"description":"Optional when text supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}}]}]}},"url":{"description":"Original source URL when supplied.","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":[{"cursor":null,"dropped":0,"has_more":false,"items":[{"cover_url":"https://example.com/example","going_count":0,"id":"example","interested_count":0,"is_happening_now":false,"is_online":false,"is_past":false,"kind":"example","location":{"id":"example","name":"example","type":"example"},"name":"example","place":"example","platform":"example","price_range":"example","social_text":"example","starts_at":"2026-09-01T12:00:00Z","url":"https://example.com/example","when_text":"example"}],"url":"https://example.com/example"}]}