# place.stream.metadata.contentWarnings

> 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.contentWarnings)
- [Documentation](https://lexicon.garden/lexicon/did:web:longos.iameli.link/place.stream.metadata.contentWarnings/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:longos.iameli.link/place.stream.metadata.contentWarnings/examples)

## Definitions

### `place.stream.metadata.contentWarnings#PII`

**Type**: `token`

The content contains information that can be used to identify a particular individual, such as a name, phone number, email address, physical address, or IP address.

The content contains information that can be used to identify a particular individual, such as a name, phone number, email address, physical address, or IP address.

### `place.stream.metadata.contentWarnings`

**Type**: `object`

Content warnings for a stream.

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `warnings` | `array` | No |  |

### `place.stream.metadata.contentWarnings#death`

**Type**: `token`

The content could be perceived as offensive due to the discussion or display of death.

The content could be perceived as offensive due to the discussion or display of death.

### `place.stream.metadata.contentWarnings#nudity`

**Type**: `token`

The content could be perceived as offensive due to nudity.

The content could be perceived as offensive due to nudity.

### `place.stream.metadata.contentWarnings#drugUse`

**Type**: `token`

The content contains a portrayal of the use or abuse of mind altering substances.

The content contains a portrayal of the use or abuse of mind altering substances.

### `place.stream.metadata.contentWarnings#language`

**Type**: `token`

The content could be perceived as offensive due to the language used.

The content could be perceived as offensive due to the language used.

### `place.stream.metadata.contentWarnings#violence`

**Type**: `token`

The content could be perceived as offensive due to the discussion or display of violence.

The content could be perceived as offensive due to the discussion or display of violence.

### `place.stream.metadata.contentWarnings#sexuality`

**Type**: `token`

The content could be perceived as offensive due to the discussion or display of sexuality.

The content could be perceived as offensive due to the discussion or display of sexuality.

### `place.stream.metadata.contentWarnings#suffering`

**Type**: `token`

The content could be perceived as distressing due to the discussion or display of suffering or triggering topics, including suicide, eating disorders or self harm.

The content could be perceived as distressing due to the discussion or display of suffering or triggering topics, including suicide, eating disorders or self harm.

### `place.stream.metadata.contentWarnings#flashingLights`

**Type**: `token`

The content contains flashing lights that could be harmful to viewers with seizure disorders such as photosensitive epilepsy.

The content contains flashing lights that could be harmful to viewers with seizure disorders such as photosensitive epilepsy.

### `place.stream.metadata.contentWarnings#fantasyViolence`

**Type**: `token`

The content contains violent actions of a fantasy nature, involving human or non-human characters in situations easily distinguishable from real life.

The content contains violent actions of a fantasy nature, involving human or non-human characters in situations easily distinguishable from real life.

## Raw Schema

```json
{
  "id": "place.stream.metadata.contentWarnings",
  "defs": {
    "PII": {
      "type": "token",
      "description": "The content contains information that can be used to identify a particular individual, such as a name, phone number, email address, physical address, or IP address."
    },
    "main": {
      "type": "object",
      "properties": {
        "warnings": {
          "type": "array",
          "items": {
            "type": "string",
            "knownValues": [
              "place.stream.metadata.contentWarnings#death",
              "place.stream.metadata.contentWarnings#drugUse",
              "place.stream.metadata.contentWarnings#fantasyViolence",
              "place.stream.metadata.contentWarnings#flashingLights",
              "place.stream.metadata.contentWarnings#language",
              "place.stream.metadata.contentWarnings#nudity",
              "place.stream.metadata.contentWarnings#PII",
              "place.stream.metadata.contentWarnings#sexuality",
              "place.stream.metadata.contentWarnings#suffering",
              "place.stream.metadata.contentWarnings#violence"
            ]
          }
        }
      },
      "description": "Content warnings for a stream."
    },
    "death": {
      "type": "token",
      "description": "The content could be perceived as offensive due to the discussion or display of death."
    },
    "nudity": {
      "type": "token",
      "description": "The content could be perceived as offensive due to nudity."
    },
    "drugUse": {
      "type": "token",
      "description": "The content contains a portrayal of the use or abuse of mind altering substances."
    },
    "language": {
      "type": "token",
      "description": "The content could be perceived as offensive due to the language used."
    },
    "violence": {
      "type": "token",
      "description": "The content could be perceived as offensive due to the discussion or display of violence."
    },
    "sexuality": {
      "type": "token",
      "description": "The content could be perceived as offensive due to the discussion or display of sexuality."
    },
    "suffering": {
      "type": "token",
      "description": "The content could be perceived as distressing due to the discussion or display of suffering or triggering topics, including suicide, eating disorders or self harm."
    },
    "flashingLights": {
      "type": "token",
      "description": "The content contains flashing lights that could be harmful to viewers with seizure disorders such as photosensitive epilepsy."
    },
    "fantasyViolence": {
      "type": "token",
      "description": "The content contains violent actions of a fantasy nature, involving human or non-human characters in situations easily distinguishable from real life."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
