Canto · Schema

product_channel_templates_response

Digital Asset ManagementDAMBrand AssetsImagesVideosDocumentsMedia LibraryAsset Distribution

Properties

Name Type Description
product_channel_templates array Array of Product Channel Templates
View JSON Schema on GitHub

JSON Schema

canto-product-channel-templates-response.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "product_channel_templates_response",
  "required": [
    "product_channel_templates"
  ],
  "type": "object",
  "properties": {
    "product_channel_templates": {
      "type": "array",
      "description": "Array of Product Channel Templates",
      "items": {
        "$ref": "#/components/schemas/product_channel_template_summary"
      }
    }
  },
  "additionalProperties": false
}