FlattenedAsset
An Asset Model representing data extracted from an Application connecting a group of data containing one or more Formats. [DAG Compatible - Directed Acyclic Graph Data Structure] FlattenedAsset prevent Cycles in Reference because all outbound references are strings as opposed to crosspollinated objects. i.e. FlattenedFormat.preview is Type String, and FlattenedFormat.original is Type String
Properties​
| Name | Type | 
|---|---|
| schema | EmbeddedModelSchema | 
| id | string | 
| name | string | 
| creator | string | 
| created | GroupedTimestamp | 
| updated | GroupedTimestamp | 
| synced | GroupedTimestamp | 
| deleted | GroupedTimestamp | 
| formats | FlattenedFormats | 
| preview | FlattenedPreview | 
| original | string | 
| shares | FlattenedShares | 
| mechanism | MechanismEnum | 
| websites | FlattenedWebsites | 
| interacted | GroupedTimestamp | 
| tags | FlattenedTags | 
| sensitives | FlattenedSensitives | 
| persons | FlattenedPersons | 
| curated | boolean | 
| discovered | boolean | 
| activities | FlattenedActivities | 
| score | Score | 
| favorited | boolean | 
| pseudo | boolean | 
| annotations | FlattenedAnnotations | 
| hints | FlattenedHints | 
| anchors | FlattenedAnchors | 
| conversations | FlattenedConversations | 
| demo | boolean | 
| summaries | FlattenedWorkstreamSummaries |