Canva · JSON Structure

Canva Connect Mentioned User Structure

Type: object Properties: 3
AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

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

Properties

user_id team_id display_name

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

JSON Structure

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