# place.stream.metadata.configuration

> Published by [did:web:longos.iameli.link](https://lexicon.garden/identity/did:web:longos.iameli.link)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:longos.iameli.link/place.stream.metadata.configuration)
- [Documentation](https://lexicon.garden/lexicon/did:web:longos.iameli.link/place.stream.metadata.configuration/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:longos.iameli.link/place.stream.metadata.configuration/examples)

## Definitions

### `place.stream.metadata.configuration`

**Type**: `record`

Default metadata record for livestream including content warnings, rights, and distribution policy

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `contentRights` | `ref` → `place.stream.metadata.contentRights` | No |  |
| `contentWarnings` | `ref` → `place.stream.metadata.contentWarnings` | No |  |
| `distributionPolicy` | `ref` → `place.stream.metadata.distributionPolicy` | No |  |

## Raw Schema

```json
{
  "id": "place.stream.metadata.configuration",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "contentRights": {
            "ref": "place.stream.metadata.contentRights",
            "type": "ref"
          },
          "contentWarnings": {
            "ref": "place.stream.metadata.contentWarnings",
            "type": "ref"
          },
          "distributionPolicy": {
            "ref": "place.stream.metadata.distributionPolicy",
            "type": "ref"
          }
        }
      },
      "description": "Default metadata record for livestream including content warnings, rights, and distribution policy"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
