{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/truthsocial/profile.json","title":"truthsocial/profile data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"created_at":{"description":"Source creation time, not the API retrieval time.","type":["string","null"]},"display_name":{"description":"Optional display name supplied by this operation. Null means unknown.","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"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"posts":{"description":"Optional posts supplied by this operation. Null means unknown.","type":["number","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"]},"bio":{"description":"Public profile bio when supplied; may be null.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["created_at"],"properties":{"created_at":{"description":"Source creation time, not the API retrieval time.","type":["string"],"minLength":1}}},{"required":["display_name"],"properties":{"display_name":{"description":"Optional display name supplied by this operation. Null means unknown.","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":["posts"],"properties":{"posts":{"description":"Optional posts 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"],"properties":{"verified":{"description":"Optional verified supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["bio"],"properties":{"bio":{"description":"Public profile bio when supplied; may be null.","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":[{"created_at":"2026-09-01T12:00:00Z","display_name":"example","followers":0,"following":0,"handle":"example","id":"example","platform":"example","posts":0,"url":"https://example.com/example","verified":false,"bio":"example"}]}