Canva · JSON Structure

Canva Connect Create Comment Request Structure

Type: object Properties: 2
AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

CreateCommentRequest 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

message assignee_id

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

JSON Structure

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