Canva · JSON Structure

Canva Connect Autofill Text Value Structure

Type: object Properties: 2
AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

AutofillTextValue is a JSON Structure definition published by Canva, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

type text

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AutofillTextValue",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "text": {
      "type": "string"
    }
  }
}