Annotation of a sub-string within rich text.
Properties
features
array
of union
Required
No description available.
index
ref
app.bsky.richtext.facet#byteSlice
Required
No description available.
View raw schema
{
"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."
}