is.currents.feed.collection

currents.is

{
  "id": "is.currents.feed.collection",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 1000,
            "description": "Human-readable name of the collection.",
            "maxGraphemes": 100
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 10000,
            "description": "Optional description shown with the collection.",
            "maxGraphemes": 1000
          }
        }
      },
      "description": "A collection of saved items curated by an account."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against is.currents.feed.collection

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jaur46k6ijyfvl4lojza7eic
CID
bafyreif2wyxgolpeuhdhb4ds7p37ewasgstibvswngqcg5ue6nsf2ociky
Indexed At
2026-04-22 17:31 UTC
AT-URI
at://did:plc:jaur46k6ijyfvl4lojza7eic/com.atproto.lexicon.schema/is.currents.feed.collection

Lexicon Garden

@