No description available.
Properties
features
array
of union
Required
index
ref
#byteSlice
Required
No description available.
View raw schema
{
"type": "object",
"required": [
"index",
"features"
],
"properties": {
"index": {
"ref": "#byteSlice",
"type": "ref"
},
"features": {
"type": "array",
"items": {
"refs": [
"#mention",
"#tag",
"#link"
],
"type": "union"
}
}
}
}