# network.cosmik.collectionSpace

> 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.collectionSpace)
- [Documentation](https://lexicon.garden/lexicon/did:plc:b2p6rujcgpenbtcjposmjuc3/network.cosmik.collectionSpace/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:b2p6rujcgpenbtcjposmjuc3/network.cosmik.collectionSpace/examples)

## Definitions

### `network.cosmik.collectionSpace`

**Type**: `space`

A permissioned Semble collection and its contents. Authority is the collection owner's DID (or a team DID); presence of a card record in the space is membership in the collection.

```json
{
  "key": "tid",
  "name": "Semble Collection",
  "type": "space",
  "collections": [
    "network.cosmik.collection",
    "network.cosmik.card",
    "network.cosmik.cardRemoval"
  ],
  "description": "A permissioned Semble collection and its contents. Authority is the collection owner's DID (or a team DID); presence of a card record in the space is membership in the collection."
}
```

## Raw Schema

```json
{
  "id": "network.cosmik.collectionSpace",
  "defs": {
    "main": {
      "key": "tid",
      "name": "Semble Collection",
      "type": "space",
      "collections": [
        "network.cosmik.collection",
        "network.cosmik.card",
        "network.cosmik.cardRemoval"
      ],
      "description": "A permissioned Semble collection and its contents. Authority is the collection owner's DID (or a team DID); presence of a card record in the space is membership in the collection."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
