Canva · JSON Structure

Canva Connect Comment Attachment Structure

Type: object Properties: 2
AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

CommentAttachment 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 design_id

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

JSON Structure

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