Tag
This represents a fully polinated Tag, that is either attached to an asset or a format that adds additional information "tags" to describe itself.Helps improve Search and other contextual information that is useful for the user.
Properties​
Name | Type | Description | Notes |
---|---|---|---|
var_schema | EmbeddedModelSchema | [optional] | |
id | str | UUID that represents the tag. | |
text | str | represnts the value of a tag. | |
mechanisms | Dict[str, MechanismEnum] | This is a Map<String, MechanismEnum> where the the key is an asset id. | [optional] |
assets | FlattenedAssets | [optional] | |
created | GroupedTimestamp | ||
updated | GroupedTimestamp | ||
deleted | GroupedTimestamp | [optional] | |
category | TagCategoryEnum | ||
relationship | Relationship | [optional] | |
interactions | int | This is an optional value that will keep track of the number of times this has been interacted with. | [optional] |
persons | FlattenedPersons | [optional] | |
score | Score | [optional] |