Canva · Schema

FolderItem

An item within a folder (design, folder, or image)

AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

Properties

Name Type Description
type string The type of folder item
View JSON Schema on GitHub

JSON Schema

canva-connect-folder-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FolderItem",
  "type": "object",
  "description": "An item within a folder (design, folder, or image)",
  "properties": {
    "type": {
      "type": "string",
      "description": "The type of folder item"
    }
  }
}