# place.stream.richtext.facet

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

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:stream.place/place.stream.richtext.facet)
- [Documentation](https://lexicon.garden/lexicon/did:web:stream.place/place.stream.richtext.facet/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:stream.place/place.stream.richtext.facet/examples)

## Definitions

### `place.stream.richtext.facet`

**Type**: `object`

Annotation of a sub-string within rich text in a livestream chat message.

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `index` | `ref` → `app.bsky.richtext.facet#byteSlice` | Yes |  |
| `features` | `array` | Yes |  |

## Raw Schema

```json
{
  "id": "place.stream.richtext.facet",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "index",
        "features"
      ],
      "properties": {
        "index": {
          "ref": "app.bsky.richtext.facet#byteSlice",
          "type": "ref"
        },
        "features": {
          "type": "array",
          "items": {
            "refs": [
              "app.bsky.richtext.facet#mention",
              "app.bsky.richtext.facet#link"
            ],
            "type": "union"
          }
        }
      },
      "description": "Annotation of a sub-string within rich text in a livestream chat message."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
