blue.linkat.board

linkat.blue

{
  "id": "blue.linkat.board",
  "defs": {
    "card": {
      "type": "object",
      "properties": {
        "url": {
          "type": "string",
          "description": "URL of the card"
        },
        "text": {
          "type": "string",
          "description": "Text of the card"
        },
        "emoji": {
          "type": "string",
          "description": "Emoji of the card"
        }
      }
    },
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "cards"
        ],
        "properties": {
          "cards": {
            "type": "array",
            "items": {
              "ref": "#card",
              "type": "ref"
            },
            "description": "List of cards in the board."
          }
        }
      },
      "description": "Record containing a cards of your profile."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.linkat.board

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:thpg3rkgfslxsgeekhkxgdyu
CID
bafyreidp2nm5732d7fxvanqs5bv7f2fuuiw45q3otpj3tjkrf4fkvd33zi
Indexed At
2026-01-09 20:06 UTC
AT-URI
at://did:plc:thpg3rkgfslxsgeekhkxgdyu/com.atproto.lexicon.schema/blue.linkat.board

Lexicon Garden

@