Annotation of a sub-string within rich text.
Properties
features
array
of union
Required
index
ref
network.slices.tools.richtext.facet#byteSlice
Required
No description available.
View raw schema
{
"type": "object",
"required": [
"index",
"features"
],
"properties": {
"index": {
"ref": "network.slices.tools.richtext.facet#byteSlice",
"type": "ref"
},
"features": {
"type": "array",
"items": {
"refs": [
"network.slices.tools.richtext.facet#link",
"network.slices.tools.richtext.facet#bold",
"network.slices.tools.richtext.facet#italic",
"network.slices.tools.richtext.facet#code",
"network.slices.tools.richtext.facet#codeBlock"
],
"type": "union"
}
}
},
"description": "Annotation of a sub-string within rich text."
}