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"
          },
          "headline": {
            "type": "string",
            "maxLength": 256,
            "description": "Short headline for the profile"
          },
          "description": {
            "type": "string",
            "maxLength": 10000,
            "description": "Extended bio content"
          },
          "allowAiSummary": {
            "type": "boolean",
            "description": "Whether to allow AI-generated summaries on this profile"
          }
        }
      },
      "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
bafyreicmmqoiji5iwyalimmmtpr3i7ljw4fjog6bhn7tqrhn5nuhdjrhxm
Indexed At
2026-03-30 23:23 UTC
AT-URI
at://did:plc:4mbbqw5stoosemcqf66wmrcd/com.atproto.lexicon.schema/social.mackinac.actor.profile

Lexicon Garden

@