me.linkna.linkinbio

linkna.me

{
  "id": "me.linkna.linkinbio",
  "defs": {
    "card": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "Unique identifier for the card."
        },
        "url": {
          "type": "string",
          "format": "uri",
          "description": "URL the card links to."
        },
        "text": {
          "type": "string",
          "maxLength": 100,
          "description": "Display text for the card."
        },
        "highlighted": {
          "type": "boolean",
          "description": "Whether the card is highlighted."
        }
      },
      "description": "A single card/link on the page."
    },
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "cards"
        ],
        "properties": {
          "cards": {
            "type": "array",
            "items": {
              "ref": "#card",
              "type": "ref"
            },
            "description": "Ordered list of cards on the page."
          },
          "theme": {
            "type": "string",
            "description": "Theme identifier for page styling."
          }
        }
      },
      "description": "A user's link-in-bio page containing cards."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against me.linkna.linkinbio

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:py7scbwsfz53fg2lniwggdgd
CID
bafyreids3rfmfoz7rgljhrqahca3z6d3ss33zxpiftlfpvw3cs35sjw2jq
Indexed At
2026-01-30 03:25 UTC
AT-URI
at://did:plc:py7scbwsfz53fg2lniwggdgd/com.atproto.lexicon.schema/me.linkna.linkinbio

Version History (5 versions)

Lexicon Garden

@