Canva · Schema

ImportStatus

The import status of an asset (deprecated)

AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

Properties

Name Type Description
state string The current import state
error object Error details if the import failed
View JSON Schema on GitHub

JSON Schema

canva-connect-import-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ImportStatus",
  "type": "object",
  "description": "The import status of an asset (deprecated)",
  "properties": {
    "state": {
      "type": "string",
      "description": "The current import state"
    },
    "error": {
      "type": "object",
      "description": "Error details if the import failed"
    }
  }
}