# dev.lavalva.photos.library

> Published by [lavalva.dev](https://lexicon.garden/identity/did:plc:rvfjpyltvfkaf5ggxaefylft)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:rvfjpyltvfkaf5ggxaefylft/dev.lavalva.photos.library)
- [Documentation](https://lexicon.garden/lexicon/did:plc:rvfjpyltvfkaf5ggxaefylft/dev.lavalva.photos.library/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:rvfjpyltvfkaf5ggxaefylft/dev.lavalva.photos.library/examples)

## Definitions

### `dev.lavalva.photos.library`

**Type**: `space`

A personal photo library. Holds social.grain.photo records, which are defined by grain.social rather than by this app.

```json
{
  "key": "literal:self",
  "name": "Photo Library",
  "type": "space",
  "collections": [
    "social.grain.photo"
  ],
  "description": "A personal photo library. Holds social.grain.photo records, which are defined by grain.social rather than by this app."
}
```

## Raw Schema

```json
{
  "id": "dev.lavalva.photos.library",
  "defs": {
    "main": {
      "key": "literal:self",
      "name": "Photo Library",
      "type": "space",
      "collections": [
        "social.grain.photo"
      ],
      "description": "A personal photo library. Holds social.grain.photo records, which are defined by grain.social rather than by this app."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
