Canva · Schema

AutofillImageValue

Image data for autofill

AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

Properties

Name Type Description
type string
asset_id string The asset ID of the image to use
View JSON Schema on GitHub

JSON Schema

canva-connect-autofill-image-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AutofillImageValue",
  "type": "object",
  "description": "Image data for autofill",
  "properties": {
    "type": {
      "type": "string"
    },
    "asset_id": {
      "type": "string",
      "description": "The asset ID of the image to use"
    }
  }
}