Canva · Schema

AutofillChartValue

Chart data for autofill (preview feature)

AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

Properties

Name Type Description
type string
chart_data object Tabular data for the chart
View JSON Schema on GitHub

JSON Schema

canva-connect-autofill-chart-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AutofillChartValue",
  "type": "object",
  "description": "Chart data for autofill (preview feature)",
  "properties": {
    "type": {
      "type": "string"
    },
    "chart_data": {
      "type": "object",
      "description": "Tabular data for the chart"
    }
  }
}