{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/snapchat/profile.json","title":"snapchat/profile data fields","description":"Optional data 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"]},"category":{"description":"Optional category supplied by this operation. Null means unknown.","type":["string","null"]},"created_at":{"description":"Source creation time, not the API retrieval time.","type":["string","null"]},"handle":{"description":"Optional handle supplied by this operation. Null means unknown.","type":["string","null"]},"has_story":{"description":"Optional has story supplied by this operation. Null means unknown.","type":["boolean","null"]},"highlight_count":{"description":"Optional highlight count supplied by this operation. Null means unknown.","type":["number","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"]},"spotlight_count":{"description":"Optional spotlight count supplied by this operation. Null means unknown.","type":["number","null"]},"subscribers":{"description":"Optional subscribers supplied by this operation. Null means unknown.","type":["number","null"]},"url":{"description":"Original source URL when supplied.","type":["string","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":["category"],"properties":{"category":{"description":"Optional category 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":["handle"],"properties":{"handle":{"description":"Optional handle supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["has_story"],"properties":{"has_story":{"description":"Optional has story supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["highlight_count"],"properties":{"highlight_count":{"description":"Optional highlight count supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["name"],"properties":{"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["spotlight_count"],"properties":{"spotlight_count":{"description":"Optional spotlight count supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["subscribers"],"properties":{"subscribers":{"description":"Optional subscribers supplied by this operation. Null means unknown.","type":["number"]}}},{"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":[{"avatar_url":"https://example.com/example","bio":"example","category":"example","created_at":"2026-09-01T12:00:00Z","handle":"example","has_story":false,"highlight_count":0,"name":"example","platform":"example","spotlight_count":0,"subscribers":0,"url":"https://example.com/example"}]}