Canva · Schema

BrandTemplateDatasetResponse

AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

Properties

Name Type Description
dataset object Dataset fields available for autofill, keyed by field name
View JSON Schema on GitHub

JSON Schema

canva-connect-brand-template-dataset-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BrandTemplateDatasetResponse",
  "type": "object",
  "properties": {
    "dataset": {
      "type": "object",
      "description": "Dataset fields available for autofill, keyed by field name"
    }
  }
}