id.sifa.profile.externalAccount

sifa.id

{
  "id": "id.sifa.profile.externalAccount",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "platform",
          "url",
          "createdAt"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "description": "The profile or site URL. Displayed as a clickable link on the user's profile."
          },
          "label": {
            "type": "string",
            "maxLength": 640,
            "description": "Optional display name for this account (e.g., 'My Blog', 'Photography').",
            "maxGraphemes": 64
          },
          "feedUrl": {
            "type": "string",
            "format": "uri",
            "description": "Optional RSS or Atom feed URL. Auto-discovered or manually provided. Used for content rendering in the ATmosphere Stream."
          },
          "platform": {
            "type": "string",
            "description": "The platform or type of external account.",
            "knownValues": [
              "id.sifa.defs#platformRss",
              "id.sifa.defs#platformFediverse",
              "id.sifa.defs#platformTwitter",
              "id.sifa.defs#platformInstagram",
              "id.sifa.defs#platformGithub",
              "id.sifa.defs#platformYoutube",
              "id.sifa.defs#platformLinkedin",
              "id.sifa.defs#platformWebsite",
              "id.sifa.defs#platformOther"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this record was originally created."
          },
          "isPrimary": {
            "type": "boolean",
            "description": "Whether this is the user's primary external link, displayed prominently on the profile card."
          }
        }
      },
      "description": "Record representing a single external account or website linked by the user."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A linked external account or website not on AT Protocol. Displayed on the user's profile and optionally rendered in the ATmosphere Stream via feed ingestion."
}

Validate Record

Validate a record against id.sifa.profile.externalAccount

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2f2ahswozqy4v5lvu676375y
CID
bafyreih3bz7d7r6wckzrolhqn6pn6brvgmnnfncrae6fh4vvv4ztta4tym
Indexed At
2026-03-27 23:46 UTC
AT-URI
at://did:plc:2f2ahswozqy4v5lvu676375y/com.atproto.lexicon.schema/id.sifa.profile.externalAccount

Lexicon Garden

@