Canva · JSON Structure

Canva Connect Resize Job Structure

Type: object Properties: 4
AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

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

Properties

id status result error

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ResizeJob",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "result": {
      "type": "object"
    },
    "error": {
      "type": "object"
    }
  }
}