Canva · Schema

DatasetField

A data field in a brand template dataset

AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

Properties

Name Type Description
type string The data field type
View JSON Schema on GitHub

JSON Schema

canva-connect-dataset-field-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DatasetField",
  "type": "object",
  "description": "A data field in a brand template dataset",
  "properties": {
    "type": {
      "type": "string",
      "description": "The data field type"
    }
  }
}