{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/bluesky/profile.json","title":"bluesky/profile data fields","description":"Documented optional core fields of data. Additional source fields are allowed. This is not the response envelope or a guarantee of availability or completeness.","type":"object","properties":{"id":{"type":["string","null"],"description":"Account DID."},"handle":{"type":["string","null"],"description":"Public account username."},"name":{"type":["string","null"],"description":"Display name."},"url":{"type":["string","null"],"description":"Original source URL when supplied."},"bio":{"type":["string","null"],"description":"Public biography."},"bio_link":{"type":["string","null"],"description":"Original source URL when supplied."},"avatar_url":{"type":["string","null"],"description":"Original source URL when supplied."},"followers":{"type":["number","null"],"description":"Followers reported by the source; null or absent is unknown, not zero."},"following":{"type":["number","null"],"description":"Following reported by the source; null or absent is unknown, not zero."},"verified":{"type":["boolean","null"],"description":"Source verification flag; meaning depends on the platform."},"avatar":{"type":["string","null"],"description":"Original source URL when supplied."},"posts_count":{"type":["number","null"],"description":"Posts reported by the source; null or absent is unknown, not zero."},"created_at":{"type":["string","null"],"description":"Source publication time, normalized to an ISO date-time when available."},"_warnings":{"type":"array","items":{"type":"string"},"description":"Collection limitations or component warnings. Read before interpreting coverage."}},"additionalProperties":true,"examples":[{"id":"did:plc:example","handle":"example.bsky.social","followers":12}]}