network.cosmik.collectionLinkRemoval

cosmik.network

{
  "id": "network.cosmik.collectionLinkRemoval",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "collection",
          "removedLink",
          "removedAt"
        ],
        "properties": {
          "removedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the link was removed from the collection."
          },
          "collection": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Strong reference to the collection record."
          },
          "removedLink": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Strong reference to the collectionLink record that is being removed."
          }
        }
      },
      "description": "A record representing the removal of a collection link by a collection owner when they cannot delete the original link (which exists in another user's repository). The creator of this record (determined from the AT-URI) is the user who performed the removal."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A record indicating that a card was removed from a collection by the collection owner."
}

Validate Record

Validate a record against network.cosmik.collectionLinkRemoval

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:b2p6rujcgpenbtcjposmjuc3
CID
bafyreiabwqpdm7pegssg4iztpxyvqmfgrc4v67mwpqinaio6fwtwm2jtjy
Indexed At
2026-02-13 13:58 UTC
AT-URI
at://did:plc:b2p6rujcgpenbtcjposmjuc3/com.atproto.lexicon.schema/network.cosmik.collectionLinkRemoval

Lexicon Garden

@