content type: info

The info structure describes support for a specific type of data in an content.library.item_model. The info can be queried through the content.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.

Representation:

{
    "description""string",
    "name""string",
    "type""string",
    "vendor""string",
    "version""string"
}

Attributes:

Name Type Description
Required
description string A description of the type support offered by the plugin.

name string The name of the plugin which provides the type support.

type string The type which the plugin supports.

To upload a library item of the type supported by the plugin, the content.library.item_model.type field of the item should be set to this value.

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

version string The version number of the type support plugin.