# network.cosmik.library

> Published by [cosmik.network](https://lexicon.garden/identity/did:plc:b2p6rujcgpenbtcjposmjuc3)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:b2p6rujcgpenbtcjposmjuc3/network.cosmik.library)
- [Documentation](https://lexicon.garden/lexicon/did:plc:b2p6rujcgpenbtcjposmjuc3/network.cosmik.library/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:b2p6rujcgpenbtcjposmjuc3/network.cosmik.library/examples)

## Definitions

### `network.cosmik.library`

**Type**: `space`

A user's private card library — the anchor of last resort for a card saved privately and not added to any collection.

```json
{
  "key": "literal:self",
  "name": "Semble Library",
  "type": "space",
  "collections": [
    "network.cosmik.card",
    "network.cosmik.connection"
  ],
  "description": "A user's private card library — the anchor of last resort for a card saved privately and not added to any collection."
}
```

## Raw Schema

```json
{
  "id": "network.cosmik.library",
  "defs": {
    "main": {
      "key": "literal:self",
      "name": "Semble Library",
      "type": "space",
      "collections": [
        "network.cosmik.card",
        "network.cosmik.connection"
      ],
      "description": "A user's private card library — the anchor of last resort for a card saved privately and not added to any collection."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
