# tech.tokimeki.space.personal

> Published by [tokimeki.blue](https://lexicon.garden/identity/did:plc:4tr5dqti7nmu6g2czpthntak)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:4tr5dqti7nmu6g2czpthntak/tech.tokimeki.space.personal)
- [Documentation](https://lexicon.garden/lexicon/did:plc:4tr5dqti7nmu6g2czpthntak/tech.tokimeki.space.personal/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:4tr5dqti7nmu6g2czpthntak/tech.tokimeki.space.personal/examples)

## Definitions

### `tech.tokimeki.space.personal`

**Type**: `space`

A per-user permissioned space holding TOKIMEKI private data (notes, drafts, settings).

```json
{
  "key": "literal:self",
  "name": "TOKIMEKI Personal Space",
  "type": "space",
  "name:lang": {
    "ja": "TOKIMEKI パーソナルスペース"
  },
  "collections": [
    "tech.tokimeki.space.note",
    "tech.tokimeki.space.settings"
  ],
  "description": "A per-user permissioned space holding TOKIMEKI private data (notes, drafts, settings)."
}
```

## Raw Schema

```json
{
  "id": "tech.tokimeki.space.personal",
  "defs": {
    "main": {
      "key": "literal:self",
      "name": "TOKIMEKI Personal Space",
      "type": "space",
      "name:lang": {
        "ja": "TOKIMEKI パーソナルスペース"
      },
      "collections": [
        "tech.tokimeki.space.note",
        "tech.tokimeki.space.settings"
      ],
      "description": "A per-user permissioned space holding TOKIMEKI private data (notes, drafts, settings)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
