at.margin.collection

margin.at

{
  "id": "at.margin.collection",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "icon": {
            "type": "string",
            "maxLength": 100,
            "description": "Emoji icon or icon identifier for the collection",
            "maxGraphemes": 100
          },
          "name": {
            "type": "string",
            "maxLength": 100,
            "description": "Collection name",
            "maxGraphemes": 50
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 500,
            "description": "Collection description",
            "maxGraphemes": 150
          }
        }
      },
      "description": "A named collection for organizing annotations"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A collection of annotations (like a folder or notebook)"
}

Validate Record

Validate a record against at.margin.collection

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:rjqn3agdb74cszhqcpii4sne
CID
bafyreifigtia7hlmix7ccvmi7lqtmozjjxgqi42qaq4iykxtk7qtjdfxde
Indexed At
2026-02-13 13:44 UTC
AT-URI
at://did:plc:rjqn3agdb74cszhqcpii4sne/com.atproto.lexicon.schema/at.margin.collection

Lexicon Garden

@