# social.grain.group

> Published by [grain.social](https://lexicon.garden/identity/did:plc:e7rftrdyz5e2rw4y6ocszew2)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:e7rftrdyz5e2rw4y6ocszew2/social.grain.group)
- [Documentation](https://lexicon.garden/lexicon/did:plc:e7rftrdyz5e2rw4y6ocszew2/social.grain.group/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:e7rftrdyz5e2rw4y6ocszew2/social.grain.group/examples)

## Definitions

### `social.grain.group`

**Type**: `space`

A community's pool of galleries: the photos its members put in, and what they say to each other about them, held together as one space. Each member's records stay in their own repo — the space says who may read them, which is the community's members. A favourite or a comment belongs here rather than in the public repo for the same reason the photos do: in the public repo it would name a private gallery to the whole network. PROPOSED — this NSID belongs to Grain; it is copied here, illustratively, so the prototype can host a private pool. See docs/spec/worked-example.md.

```json
{
  "key": "any",
  "name": "Group pool",
  "type": "space",
  "collections": [
    "social.grain.gallery",
    "social.grain.gallery.item",
    "social.grain.photo",
    "social.grain.favorite",
    "social.grain.comment"
  ],
  "description": "A community's pool of galleries: the photos its members put in, and what they say to each other about them, held together as one space. Each member's records stay in their own repo — the space says who may read them, which is the community's members. A favourite or a comment belongs here rather than in the public repo for the same reason the photos do: in the public repo it would name a private gallery to the whole network. PROPOSED — this NSID belongs to Grain; it is copied here, illustratively, so the prototype can host a private pool. See docs/spec/worked-example.md."
}
```

## Raw Schema

```json
{
  "id": "social.grain.group",
  "defs": {
    "main": {
      "key": "any",
      "name": "Group pool",
      "type": "space",
      "collections": [
        "social.grain.gallery",
        "social.grain.gallery.item",
        "social.grain.photo",
        "social.grain.favorite",
        "social.grain.comment"
      ],
      "description": "A community's pool of galleries: the photos its members put in, and what they say to each other about them, held together as one space. Each member's records stay in their own repo — the space says who may read them, which is the community's members. A favourite or a comment belongs here rather than in the public repo for the same reason the photos do: in the public repo it would name a private gallery to the whole network. PROPOSED — this NSID belongs to Grain; it is copied here, illustratively, so the prototype can host a private pool. See docs/spec/worked-example.md."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
