network.cosmik.collection

cosmik.network

{
  "id": "network.cosmik.collection",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "accessType"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 100,
            "description": "Name of the collection"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when this collection was created (usually set by PDS)."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when this collection was last updated."
          },
          "accessType": {
            "type": "string",
            "description": "Access control for the collection",
            "knownValues": [
              "OPEN",
              "CLOSED"
            ]
          },
          "description": {
            "type": "string",
            "maxLength": 500,
            "description": "Description of the collection"
          },
          "collaborators": {
            "type": "array",
            "items": {
              "type": "string",
              "description": "DID of a collaborator"
            },
            "description": "List of collaborator DIDs who can add cards to closed collections"
          }
        }
      },
      "description": "A record representing a collection of cards."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A single record type for collections of cards."
}

Validate Record

Validate a record against network.cosmik.collection

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:b2p6rujcgpenbtcjposmjuc3
CID
bafyreifqnstimhilhtrdth7hn6rc7oluoydhvkaxsuchgs5sdh7pohn6qm
Indexed At
2026-01-28 06:44 UTC
AT-URI
at://did:plc:b2p6rujcgpenbtcjposmjuc3/com.atproto.lexicon.schema/network.cosmik.collection

Lexicon Garden

@