Skip to content

place.stream.richtext.facet

Lexicon Version: 1

Type: object

Annotation of a sub-string within rich text.

Properties:

NameTypeReq’dDescriptionConstraints
indexapp.bsky.richtext.facet#byteSlice
featuresArray of Union of:
  app.bsky.richtext.facet#mention
  app.bsky.richtext.facet#link

{
"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"
]
}
}
}
}
}
}