Canva · JSON Structure

Canva Connect Autofill Image Value Structure

Type: object Properties: 2
AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

AutofillImageValue 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 asset_id

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

JSON Structure

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