{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/quora/profile.json","title":"quora/profile data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"anonymous":{"description":"Optional anonymous supplied by this operation. Null means unknown.","type":["boolean","null"]},"answer_views":{"description":"Optional answer views supplied by this operation. Null means unknown.","type":["number","null"]},"avatar_url":{"description":"Optional avatar url supplied by this operation. Null means unknown.","type":["string","null"]},"business":{"description":"Optional business supplied by this operation. Null means unknown.","type":["boolean","null"]},"content_views":{"description":"Optional content views supplied by this operation. Null means unknown.","type":["number","null"]},"counts_note":{"description":"Optional counts note supplied by this operation. Null means unknown.","type":["string","null"]},"credential":{"description":"Optional credential supplied by this operation. Null means unknown.","type":["string","null"]},"deceased":{"description":"Optional deceased supplied by this operation. Null means unknown.","type":["boolean","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"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"notable":{"description":"Optional notable supplied by this operation. Null means unknown.","type":["boolean","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"published_url":{"description":"Optional published url supplied by this operation. Null means unknown.","type":["string","null"]},"spaces_contributing":{"description":"Optional spaces contributing supplied by this operation. Null means unknown.","type":["number","null"]},"top_writer_years":{"description":"Optional top writer years supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["number","null"]}},"type":{"description":"Optional type supplied by this operation. Null means unknown.","type":["string","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]},"verified":{"description":"Optional verified supplied by this operation. Null means unknown.","type":["boolean","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["anonymous"],"properties":{"anonymous":{"description":"Optional anonymous supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["answer_views"],"properties":{"answer_views":{"description":"Optional answer views supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["avatar_url"],"properties":{"avatar_url":{"description":"Optional avatar url supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["business"],"properties":{"business":{"description":"Optional business supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["content_views"],"properties":{"content_views":{"description":"Optional content views supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["counts_note"],"properties":{"counts_note":{"description":"Optional counts note supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["credential"],"properties":{"credential":{"description":"Optional credential supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["deceased"],"properties":{"deceased":{"description":"Optional deceased supplied by this operation. Null means unknown.","type":["boolean"]}}},{"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":["name"],"properties":{"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["notable"],"properties":{"notable":{"description":"Optional notable supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["published_url"],"properties":{"published_url":{"description":"Optional published url supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["spaces_contributing"],"properties":{"spaces_contributing":{"description":"Optional spaces contributing supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["top_writer_years"],"properties":{"top_writer_years":{"description":"Optional top writer years supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["number","null"]}}}},{"required":["url"],"properties":{"url":{"description":"Original source URL when supplied.","type":["string"],"minLength":1}}},{"required":["verified"],"properties":{"verified":{"description":"Optional verified supplied by this operation. Null means unknown.","type":["boolean"]}}}]}],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"anonymous":false,"answer_views":0,"avatar_url":"https://example.com/example","business":false,"content_views":0,"counts_note":"example","credential":"example","deceased":false,"followers":0,"following":0,"handle":"example","name":"example","notable":false,"platform":"example","published_url":"https://example.com/example","spaces_contributing":0,"top_writer_years":[0],"type":"example","url":"https://example.com/example","verified":false}]}