# space.ziran.inbox

> 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.inbox)
- [Documentation](https://lexicon.garden/lexicon/did:plc:axdexdy7p7yvuunn2mvuvy32/space.ziran.inbox/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:axdexdy7p7yvuunn2mvuvy32/space.ziran.inbox/examples)

## Definitions

### `space.ziran.inbox`

**Type**: `space`

A public-policy space through which anyone can deliver a Ziran workspace invitation to this account. Invites are written into the sender's own repo; the recipient polls the space to discover them.

```json
{
  "key": "literal:self",
  "name": "Ziran Invitation Inbox",
  "type": "space",
  "collections": [
    "space.ziran.invite"
  ],
  "description": "A public-policy space through which anyone can deliver a Ziran workspace invitation to this account. Invites are written into the sender's own repo; the recipient polls the space to discover them."
}
```

## Raw Schema

```json
{
  "id": "space.ziran.inbox",
  "defs": {
    "main": {
      "key": "literal:self",
      "name": "Ziran Invitation Inbox",
      "type": "space",
      "collections": [
        "space.ziran.invite"
      ],
      "description": "A public-policy space through which anyone can deliver a Ziran workspace invitation to this account. Invites are written into the sender's own repo; the recipient polls the space to discover them."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
