An Annotation Store Annotation
| KEY | TYPE | Description |
|---|---|---|
| annotationType | str | A name determining the type of annotation and how to interpret the annotation value data, e.g. as a label, bounding box, etc. |
| annotationValue | dict | JSON-compatible value of the annotation. The format of the value is determined by the annotation type. |
| comments | dict | Comments about the annotation. This is a dictionary of feature name to the corresponding comment. |
| metadata | dict | Metadata about the annotation. |