Canva · Schema

Owner

The owner of a resource

AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

Properties

Name Type Description
user_id string The user ID of the owner
team_id string The team ID of the owner
View JSON Schema on GitHub

JSON Schema

canva-connect-owner-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Owner",
  "type": "object",
  "description": "The owner of a resource",
  "properties": {
    "user_id": {
      "type": "string",
      "description": "The user ID of the owner"
    },
    "team_id": {
      "type": "string",
      "description": "The team ID of the owner"
    }
  }
}