Aspect-Types

A Aspect-Type partially defines the Structure of an Asset.
Note that an Asset is able to hold multiple Aspect-Types, since you are able to combine multiple Aspect-Types to an Asset-Type, which is required to specify an Assets final structure.
Learn more about Asset-Types
Supported Types
| Type |
Description |
stringBoolean |
DefinitionA ofboolean angets optionaldisplayed keyas a switch. It supports either true or false. |
booleanObject * |
Definition ofWith a requiredObject keyyou can group multiple properties. |
booleanNumber * |
DefinitionA ofboolean gets displayed as a requiredinput. keyIt only supports numerical values. |
booleanText * |
DefinitionA oftext agets requireddisplayed keyas an input. It supports depends on its chosen content-type. |
booleanDate * |
DefinitionA ofdate agets requireddisplayed keyas an input with additional calendar UI. It only supports dates. |
booleanEnum * |
DefinitionAn enum gets displayed as an select input. You are able to provide options where one out of aall requiredoptions keyis supported. |
booleanInternal Reference * |
DefinitionWith an Internal Reference you are able to reference another Asset-Manager Type. You are able to choose one reference out of all possible types. |
Array |
An array can hold n untyped items. An array is simply a requiredlist keyof multiple values stored together in a specific order. |