# space.ziran.workspace

> Published by [lexicons.pds.ziran.space](https://lexicon.garden/identity/did:plc:axdexdy7p7yvuunn2mvuvy32)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:axdexdy7p7yvuunn2mvuvy32/space.ziran.workspace)
- [Documentation](https://lexicon.garden/lexicon/did:plc:axdexdy7p7yvuunn2mvuvy32/space.ziran.workspace/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:axdexdy7p7yvuunn2mvuvy32/space.ziran.workspace/examples)

## Definitions

### `space.ziran.workspace`

**Type**: `space`

A shared workspace of live Ziran documents. Membership is space-wide: every member sees every document in the workspace, and each member's contributions are written to their own repo.

```json
{
  "key": "tid",
  "name": "Ziran Workspace",
  "type": "space",
  "collections": [
    "space.ziran.info",
    "space.ziran.doc",
    "space.ziran.op",
    "space.ziran.checkpoint",
    "space.ziran.presence"
  ],
  "description": "A shared workspace of live Ziran documents. Membership is space-wide: every member sees every document in the workspace, and each member's contributions are written to their own repo."
}
```

## Raw Schema

```json
{
  "id": "space.ziran.workspace",
  "defs": {
    "main": {
      "key": "tid",
      "name": "Ziran Workspace",
      "type": "space",
      "collections": [
        "space.ziran.info",
        "space.ziran.doc",
        "space.ziran.op",
        "space.ziran.checkpoint",
        "space.ziran.presence"
      ],
      "description": "A shared workspace of live Ziran documents. Membership is space-wide: every member sees every document in the workspace, and each member's contributions are written to their own repo."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
