# place.stream.defs

> Published by [moderation.stream.place](https://lexicon.garden/identity/did:plc:gqtagsooi75obldmytuow57q)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:gqtagsooi75obldmytuow57q/place.stream.defs)
- [Documentation](https://lexicon.garden/lexicon/did:plc:gqtagsooi75obldmytuow57q/place.stream.defs/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:gqtagsooi75obldmytuow57q/place.stream.defs/examples)

## Definitions

### `place.stream.defs#blockView`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `cid` | `string` (cid) | Yes |  |
| `uri` | `string` (at-uri) | Yes |  |
| `record` | `ref` → `app.bsky.graph.block` | Yes |  |
| `blocker` | `ref` → `app.bsky.actor.defs#profileViewBasic` | Yes |  |
| `indexedAt` | `string` (datetime) | Yes |  |

### `place.stream.defs#rendition`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `name` | `string` | Yes |  |

### `place.stream.defs#renditions`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `renditions` | `array` | Yes |  |

### `place.stream.defs#activityGame`

**Type**: `object`

A game from the gamesgamesgamesgames catalog, identified by its AT URI.

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `uri` | `string` (at-uri) | Yes |  |
| `name` | `string` | No | Cached display name of the game. |

### `place.stream.defs#activityLabel`

**Type**: `object`

A non-game activity with a well-known label.

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `label` | `string` | Yes |  |

## Raw Schema

```json
{
  "id": "place.stream.defs",
  "defs": {
    "blockView": {
      "type": "object",
      "required": [
        "uri",
        "cid",
        "blocker",
        "record",
        "indexedAt"
      ],
      "properties": {
        "cid": {
          "type": "string",
          "format": "cid"
        },
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "record": {
          "ref": "app.bsky.graph.block",
          "type": "ref"
        },
        "blocker": {
          "ref": "app.bsky.actor.defs#profileViewBasic",
          "type": "ref"
        },
        "indexedAt": {
          "type": "string",
          "format": "datetime"
        }
      }
    },
    "rendition": {
      "type": "object",
      "required": [
        "name"
      ],
      "properties": {
        "name": {
          "type": "string"
        }
      }
    },
    "renditions": {
      "type": "object",
      "required": [
        "renditions"
      ],
      "properties": {
        "renditions": {
          "type": "array",
          "items": {
            "ref": "#rendition",
            "type": "ref"
          }
        }
      }
    },
    "activityGame": {
      "type": "object",
      "required": [
        "uri"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "name": {
          "type": "string",
          "description": "Cached display name of the game."
        }
      },
      "description": "A game from the gamesgamesgamesgames catalog, identified by its AT URI."
    },
    "activityLabel": {
      "type": "object",
      "required": [
        "label"
      ],
      "properties": {
        "label": {
          "type": "string",
          "knownValues": [
            "events",
            "just_chatting",
            "podcasting",
            "music",
            "art",
            "software_dev",
            "cooking",
            "miniatures",
            "makers_crafting",
            "fitness",
            "sports"
          ]
        }
      },
      "description": "A non-game activity with a well-known label."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
