social.mackinac.actor.profile

mackinac.social

{
  "id": "social.mackinac.actor.profile",
  "defs": {
    "link": {
      "type": "object",
      "required": [
        "icon",
        "name",
        "link",
        "order"
      ],
      "properties": {
        "icon": {
          "type": "string",
          "maxLength": 64,
          "description": "Icon identifier for the linked account"
        },
        "link": {
          "type": "string",
          "format": "uri",
          "maxLength": 2048,
          "description": "URL to the linked account"
        },
        "name": {
          "type": "string",
          "maxLength": 256,
          "description": "Display name of the linked account"
        },
        "order": {
          "type": "integer",
          "minimum": 0,
          "description": "Sort order for displaying linked accounts (lower numbers appear first)"
        }
      },
      "description": "A linked external account"
    },
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "links": {
            "type": "array",
            "items": {
              "ref": "#link",
              "type": "ref"
            },
            "maxLength": 20,
            "description": "Linked external accounts"
          },
          "website": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048,
            "description": "Personal website URL"
          },
          "headline": {
            "type": "string",
            "maxLength": 256,
            "description": "Short headline for the profile"
          },
          "location": {
            "type": "string",
            "maxLength": 256,
            "description": "Location or city"
          },
          "description": {
            "type": "string",
            "maxLength": 10000,
            "description": "Extended bio content"
          }
        }
      },
      "description": "Mackinac extended profile. Supplements app.bsky.actor.profile with additional fields."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.mackinac.actor.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4mbbqw5stoosemcqf66wmrcd
CID
bafyreiaa52bfud6svpzfe3ntr7qrqzsorwzr6up2cmvwenpt6uxvt444qq
Indexed At
2026-04-04 15:37 UTC
AT-URI
at://did:plc:4mbbqw5stoosemcqf66wmrcd/com.atproto.lexicon.schema/social.mackinac.actor.profile

Version History (2 versions)

Lexicon Garden

@