Canva · Schema

CommentAttachment

The object a comment is attached to

AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

Properties

Name Type Description
type string The attachment type
design_id string The design ID the comment is attached to
View JSON Schema on GitHub

JSON Schema

canva-connect-comment-attachment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CommentAttachment",
  "type": "object",
  "description": "The object a comment is attached to",
  "properties": {
    "type": {
      "type": "string",
      "description": "The attachment type"
    },
    "design_id": {
      "type": "string",
      "description": "The design ID the comment is attached to"
    }
  }
}