{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/x/user-followers.json","title":"x/user-followers 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"]},"dropped":{"description":"Optional dropped supplied by this operation. Null means unknown.","type":["number","null"]},"handle":{"description":"Optional handle supplied by this operation. Null means unknown.","type":["string","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":{"avatar_url":{"description":"Optional avatar url supplied by this operation. Null means unknown.","type":["string","null"]},"bio":{"description":"Optional bio supplied by this operation. Null means unknown.","type":["string","null"]},"created_at":{"description":"Source creation time, not the API retrieval time.","type":["string","null"]},"followers":{"description":"Optional followers supplied by this operation. Null means unknown.","type":["number","null"]},"following":{"description":"Optional following supplied by this operation. Null means unknown.","type":["number","null"]},"handle":{"description":"Optional handle supplied by this operation. Null means unknown.","type":["string","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"likes_count":{"description":"Optional likes count supplied by this operation. Null means unknown.","type":["number","null"]},"location":{"description":"Optional location supplied by this operation. Null means unknown.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"protected":{"description":"Optional protected supplied by this operation. Null means unknown.","type":["boolean","null"]},"tweets_count":{"description":"Optional tweets count supplied by this operation. Null means unknown.","type":["number","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]},"verified_legacy":{"description":"Optional verified legacy supplied by this operation. Null means unknown.","type":["boolean","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["avatar_url"],"properties":{"avatar_url":{"description":"Optional avatar url supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["bio"],"properties":{"bio":{"description":"Optional bio supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["created_at"],"properties":{"created_at":{"description":"Source creation time, not the API retrieval time.","type":["string"],"minLength":1}}},{"required":["followers"],"properties":{"followers":{"description":"Optional followers supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["following"],"properties":{"following":{"description":"Optional following supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["handle"],"properties":{"handle":{"description":"Optional handle 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":["likes_count"],"properties":{"likes_count":{"description":"Optional likes count supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["location"],"properties":{"location":{"description":"Optional location 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":["protected"],"properties":{"protected":{"description":"Optional protected supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["tweets_count"],"properties":{"tweets_count":{"description":"Optional tweets count supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["url"],"properties":{"url":{"description":"Original source URL when supplied.","type":["string"],"minLength":1}}},{"required":["verified_legacy"],"properties":{"verified_legacy":{"description":"Optional verified legacy supplied by this operation. Null means unknown.","type":["boolean"]}}}]}]}},"page_size":{"description":"Optional page size supplied by this operation. Null means unknown.","type":["number","null"]},"platform":{"description":"Optional platform 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,"cursor":null,"dropped":0,"handle":"example","has_more":false,"items":[{"avatar_url":"https://example.com/example","bio":"example","created_at":"2026-09-01T12:00:00Z","followers":0,"following":0,"handle":"example","id":"example","likes_count":0,"location":"example","name":"example","platform":"example","protected":false,"tweets_count":0,"url":"https://example.com/example","verified_legacy":false}],"page_size":0,"platform":"example"}]}