Type_Info

Type_Info
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.

JSON Example
{
    "description": "string",
    "name": "string",
    "type": "string",
    "vendor": "string",
    "version": "string",
    "supported_rules": [
        "string"
    ]
}
string
description
Required

A description of the type support offered by the plugin.

string
name
Required

The name of the plugin which provides the type support.

string
type
Required

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.

string
vendor
Required

The name of the vendor who created the type support plugin.

string
version
Required

The version number of the type support plugin.

supported_rules
Optional

List of security rules which can be applied to this item type. If unset no security rule can be associated with this item type.