# com.zamsmarkey.v0.fellas

> Published by [cam.zamsmarkey.com](https://lexicon.garden/identity/did:plc:gtc4t5o7z3nmeuehx4lwvjc5)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:gtc4t5o7z3nmeuehx4lwvjc5/com.zamsmarkey.v0.fellas)
- [Documentation](https://lexicon.garden/lexicon/did:plc:gtc4t5o7z3nmeuehx4lwvjc5/com.zamsmarkey.v0.fellas/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:gtc4t5o7z3nmeuehx4lwvjc5/com.zamsmarkey.v0.fellas/examples)

## Definitions

### `com.zamsmarkey.v0.fellas`

**Type**: `space`

A private space for a small group of friends.

```json
{
  "key": "any",
  "name": "Fellas",
  "type": "space",
  "collections": [
    "com.zamsmarkey.v0.poll.definition",
    "com.zamsmarkey.v0.poll.option",
    "com.zamsmarkey.v0.poll.vote",
    "com.zamsmarkey.v0.poll.reveal"
  ],
  "description": "A private space for a small group of friends."
}
```

## Raw Schema

```json
{
  "id": "com.zamsmarkey.v0.fellas",
  "defs": {
    "main": {
      "key": "any",
      "name": "Fellas",
      "type": "space",
      "collections": [
        "com.zamsmarkey.v0.poll.definition",
        "com.zamsmarkey.v0.poll.option",
        "com.zamsmarkey.v0.poll.vote",
        "com.zamsmarkey.v0.poll.reveal"
      ],
      "description": "A private space for a small group of friends."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
