Canva · Schema

AutofillTextValue

Text data for autofill

AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

Properties

Name Type Description
type string
text string The text content
View JSON Schema on GitHub

JSON Schema

canva-connect-autofill-text-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AutofillTextValue",
  "type": "object",
  "description": "Text data for autofill",
  "properties": {
    "type": {
      "type": "string"
    },
    "text": {
      "type": "string",
      "description": "The text content"
    }
  }
}