social.nstar.public.profile

nstar.social

{
  "id": "social.nstar.public.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1000000,
            "description": "Small image to be displayed next to posts from account. AKA, 'profile picture'"
          },
          "website": {
            "type": "string",
            "format": "uri"
          },
          "pronouns": {
            "type": "string",
            "maxLength": 200,
            "description": "Free-form pronouns text.",
            "maxGraphemes": 20
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 2560,
            "description": "Free-form profile description text.",
            "maxGraphemes": 256
          },
          "displayName": {
            "type": "string",
            "maxLength": 640,
            "maxGraphemes": 64
          }
        }
      },
      "description": "A declaration of a NorthStar Social public profile."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.nstar.public.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:nstar.social
CID
bafyreiawpuqwyz3tctk4yg57ijrxmiyhmiz3kgalvrdekyb5klweojp2ra
Indexed At
2026-04-10 20:54 UTC
AT-URI
at://did:web:nstar.social/com.atproto.lexicon.schema/social.nstar.public.profile

Lexicon Garden

@