social.clippr.feed.tag

clippr.social

{
  "id": "social.clippr.feed.tag",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 640,
            "description": "A de-duplicated string containing the name of the tag",
            "maxGraphemes": 64
          },
          "color": {
            "type": "string",
            "maxLength": 70,
            "description": "A hexadecimal color code",
            "maxGraphemes": 7
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "A client-defined timestamp for the creation of the tag"
          },
          "description": {
            "type": "string",
            "maxLength": 50000,
            "description": "A description of the tag for additional context",
            "maxGraphemes": 5000
          }
        }
      },
      "description": "A record containing a bookmark tag for organization."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.clippr.feed.tag

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:clippr.social
CID
bafyreiftm25ej45g3nb2krcnkwgr44ulzoddczaerchlkc624ygric3hjq
Indexed At
2026-02-13 14:20 UTC
AT-URI
at://did:web:clippr.social/com.atproto.lexicon.schema/social.clippr.feed.tag

Lexicon Garden

@