Type_Info
The Type.Info structure describes support for a specific type of data in an ItemModel. The Type.Info can be queried through the Type service. Type support describes plugins in the Content Library which can provide metadata on library items and help manage the transfer process by adding dependent files when a current file is added.
{
"description": "string",
"name": "string",
"type": "string",
"vendor": "string",
"version": "string",
"supported_rules": [
"string"
]
}
A description of the type support offered by the plugin.
The name of the plugin which provides the type support.
The type which the plugin supports. To upload a library item of the type supported by the plugin, the ItemModel.type field of the item should be set to this value.
The name of the vendor who created the type support plugin.
The version number of the type support plugin.
List of security rules which can be applied to this item type. If unset no security rule can be associated with this item type.