Canva · Schema

PptxExportFormat

PowerPoint export format options

AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

Properties

Name Type Description
type string
pages array Page indices to export
View JSON Schema on GitHub

JSON Schema

canva-connect-pptx-export-format-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PptxExportFormat",
  "type": "object",
  "description": "PowerPoint export format options",
  "properties": {
    "type": {
      "type": "string"
    },
    "pages": {
      "type": "array",
      "description": "Page indices to export"
    }
  }
}