network.cosmik.collectionLink

cosmik.network

{
  "id": "network.cosmik.collectionLink",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "collection",
          "card",
          "addedBy",
          "addedAt"
        ],
        "properties": {
          "card": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Strong reference to the card record in the users library."
          },
          "addedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the card was added to the collection."
          },
          "addedBy": {
            "type": "string",
            "description": "DID of the user who added the card to the collection"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when this link record was created (usually set by PDS)."
          },
          "collection": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Strong reference to the collection record."
          },
          "provenance": {
            "ref": "network.cosmik.defs#provenance",
            "type": "ref",
            "description": "Optional provenance information for this link."
          },
          "originalCard": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Strong reference to the original card record (may be in another library)."
          }
        }
      },
      "description": "A record representing the relationship between a card and a collection."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A record that links a card to a collection."
}

Validate Record

Validate a record against network.cosmik.collectionLink

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@