Canva · Schema

CommentUser

A user associated with a comment

AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

Properties

Name Type Description
id string The user ID
display_name string The user display name
View JSON Schema on GitHub

JSON Schema

canva-connect-comment-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CommentUser",
  "type": "object",
  "description": "A user associated with a comment",
  "properties": {
    "id": {
      "type": "string",
      "description": "The user ID"
    },
    "display_name": {
      "type": "string",
      "description": "The user display name"
    }
  }
}