# ink.igav.whatmealtodo.pantry

> Published by [kaur.igav.ink](https://lexicon.garden/identity/did:plc:vd7yvfuocu3xr54lnszirlgz)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:vd7yvfuocu3xr54lnszirlgz/ink.igav.whatmealtodo.pantry)
- [Documentation](https://lexicon.garden/lexicon/did:plc:vd7yvfuocu3xr54lnszirlgz/ink.igav.whatmealtodo.pantry/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:vd7yvfuocu3xr54lnszirlgz/ink.igav.whatmealtodo.pantry/examples)

## Definitions

### `ink.igav.whatmealtodo.pantry`

**Type**: `space`

One person's pantry: what they actually have in the house. A personal-data space, so its authority is the owner's own DID and their PDS is both repo host and space host.

```json
{
  "key": "literal:self",
  "name": "Pantry",
  "type": "space",
  "collections": [
    "ink.igav.whatmealtodo.pantryItem"
  ],
  "description": "One person's pantry: what they actually have in the house. A personal-data space, so its authority is the owner's own DID and their PDS is both repo host and space host."
}
```

## Raw Schema

```json
{
  "id": "ink.igav.whatmealtodo.pantry",
  "defs": {
    "main": {
      "key": "literal:self",
      "name": "Pantry",
      "type": "space",
      "collections": [
        "ink.igav.whatmealtodo.pantryItem"
      ],
      "description": "One person's pantry: what they actually have in the house. A personal-data space, so its authority is the owner's own DID and their PDS is both repo host and space host."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
