Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.23 KB

AnnotationLabel.md

File metadata and controls

29 lines (22 loc) · 1.23 KB

AnnotationLabel

Properties

Name Type Description Notes
id Integer [optional]
owner String [optional]
trusted String [optional]
name String Verbose name, e.g. This Awesome annotation
slug String Identifier, e.g. this-awesome-annotation
_private Boolean Private annotations are only visible to its author [optional]
manyAnnotationsPerLabel Boolean A content object can have more than one annotation per label [optional]
useMarker Boolean Marker annotations are extracted from the text content and have a position in the text [optional]
annotationValueType AnnotationValueTypeEnum Annotation values must be in this data type [optional]
color String [optional]
createdAt OffsetDateTime Entry is created at this date time [optional]
updatedAt OffsetDateTime Date time of last change [optional]

Enum: AnnotationValueTypeEnum

Name Value
STR "str"
INT "int"