AnnotationsValue
org.sagebionetworks.repo.model.annotation.v2.AnnotationsValue
Contains a AnnotationV2's value and its type
Field | Type | Description |
---|---|---|
type | AnnotationsValueType | describes the type of a AnnotationV2's value |
value | ARRAY<STRING> | List of values as strings. Clients should use the "type" field to determine how to interpret the strings. Single values Annotations are represented as a list of size 1, and multiple values size > 1. Empty list or null is not allowed |