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": 10,
            "description": "Emoji icon for the collection",
            "maxGraphemes": 2
          },
          "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
bafyreih6oibwpewj5bu3jpvzg27ullyoolvcwwaaok2sarriaq4vfdbzhm
Indexed At
2026-01-13 10:43 UTC
AT-URI
at://did:plc:rjqn3agdb74cszhqcpii4sne/com.atproto.lexicon.schema/at.margin.collection

Version History (2 versions)

Lexicon Garden

@