Canva · Schema

Mp4ExportFormat

MP4 video export format options

AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

Properties

Name Type Description
type string
quality string Video quality and orientation
export_quality string
pages array Page indices to export
View JSON Schema on GitHub

JSON Schema

canva-connect-mp4-export-format-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Mp4ExportFormat",
  "type": "object",
  "description": "MP4 video export format options",
  "properties": {
    "type": {
      "type": "string"
    },
    "quality": {
      "type": "string",
      "description": "Video quality and orientation"
    },
    "export_quality": {
      "type": "string"
    },
    "pages": {
      "type": "array",
      "description": "Page indices to export"
    }
  }
}