Annotation
An Annotation is the replacement for descriptions, this will enable comments, description, summaries and many more. person on here is a reference to the description/comment/annotation about a person NOTE: person here is NOT the creator of the annotaion. but rather the descriptions of the person. NOTE****: if we want to add "who" wrote the annotation, we will want to add a new field on here called author && will need to also layer in behavior the enable an author(person) and an asset both being referenced(ensure you check the side effect in the AssetsFacade.delete)
Properties​
Name | Type | Description | Notes |
---|---|---|---|
var_schema | EmbeddedModelSchema | [optional] | |
id | str | ||
created | GroupedTimestamp | ||
updated | GroupedTimestamp | ||
deleted | GroupedTimestamp | [optional] | |
mechanism | MechanismEnum | [optional] | |
asset | ReferencedAsset | [optional] | |
person | ReferencedPerson | [optional] | |
type | AnnotationTypeEnum | ||
text | str | This is the text of the annotation. | |
model | ReferencedModel | [optional] | |
pseudo | bool | [optional] | |
favorited | bool | [optional] | |
anchor | ReferencedAnchor | [optional] | |
conversation | ReferencedConversation | [optional] | |
score | Score | [optional] | |
messages | FlattenedConversationMessages | [optional] | |
summary | ReferencedWorkstreamSummary | [optional] |