place.stream.richtext.facet
Lexicon Version: 1
Definitions
Section titled “Definitions”Type: object
Annotation of a sub-string within rich text.
Properties:
Name | Type | Req’d | Description | Constraints |
---|---|---|---|---|
index | app.bsky.richtext.facet#byteSlice | ✅ | ||
features | Array of Union of:app.bsky.richtext.facet#mention app.bsky.richtext.facet#link | ✅ |
Lexicon Source
Section titled “Lexicon Source”{ "lexicon": 1, "id": "place.stream.richtext.facet", "defs": { "main": { "type": "object", "description": "Annotation of a sub-string within rich text.", "required": ["index", "features"], "properties": { "index": { "type": "ref", "ref": "app.bsky.richtext.facet#byteSlice" }, "features": { "type": "array", "items": { "type": "union", "refs": [ "app.bsky.richtext.facet#mention", "app.bsky.richtext.facet#link" ] } } } } }}