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