"annotation_mark": {
"type": "object",
"additionalProperties": false,
"required": [
"type",
"attrs"
],
"properties": {
"type": {
"enum": ["annotation"]
},
"attrs": {
"type": "object",
"additionalProperties": false,
"required": [
"id",
"annotationType"
],
"properties": {}
}
}
}
|