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 | Description | Notes |
---|---|---|---|
var_schema | EmbeddedModelSchema | [optional] | |
id | str | The globally available UID representing the asset in the Database, both locally and in the cloud. | |
name | str | [optional] | |
creator | str | ||
created | GroupedTimestamp | ||
updated | GroupedTimestamp | ||
synced | GroupedTimestamp | [optional] | |
deleted | GroupedTimestamp | [optional] | |
formats | FlattenedFormats | ||
preview | FlattenedPreview | ||
original | str | An identifier of the format that is a reference to the original. | |
shares | FlattenedShares | [optional] | |
mechanism | MechanismEnum | ||
websites | FlattenedWebsites | [optional] | |
interacted | GroupedTimestamp | [optional] | |
tags | FlattenedTags | [optional] | |
sensitives | FlattenedSensitives | [optional] | |
persons | FlattenedPersons | [optional] | |
curated | bool | This is an optional boolean that will flag that this asset came from a currated collection. | [optional] |
discovered | bool | [optional] | |
activities | FlattenedActivities | [optional] | |
score | Score | [optional] | |
favorited | bool | [optional] | |
pseudo | bool | [optional] | |
annotations | FlattenedAnnotations | [optional] | |
hints | FlattenedHints | [optional] | |
anchors | FlattenedAnchors | [optional] | |
conversations | FlattenedConversations | [optional] | |
demo | bool | This will let us know if this asset was generated as a 'demo' snippet | [optional] |
summaries | FlattenedWorkstreamSummaries | [optional] |