Canva · Schema

ListBrandTemplatesResponse

AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

Properties

Name Type Description
items array
continuation string Continuation token for the next page of results
View JSON Schema on GitHub

JSON Schema

canva-connect-list-brand-templates-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListBrandTemplatesResponse",
  "type": "object",
  "properties": {
    "items": {
      "type": "array"
    },
    "continuation": {
      "type": "string",
      "description": "Continuation token for the next page of results"
    }
  }
}