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
          },
          "parent": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Strong reference to the parent collection. Present only on sub-collections; absent on root collections."
          },
          "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
bafyreidfqmubqesz5qqsehtsypcdzcta5vfdiuqaeym72rgfnfhfmpvbc4
Indexed At
2026-06-14 19:40 UTC
AT-URI
at://did:plc:jaur46k6ijyfvl4lojza7eic/com.atproto.lexicon.schema/is.currents.feed.collection

Version History (2 versions)

Lexicon Garden

@