Google Slides · JSON Structure

Google Slides Presentation Structure

Type: object Properties: 7
CollaborationGoogle WorkspacePresentationsProductivitySlides

Presentation is a JSON Structure definition published by Google Slides, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

presentationId title slides masters layouts locale revisionId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Presentation",
  "type": "object",
  "properties": {
    "presentationId": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "slides": {
      "type": "array"
    },
    "masters": {
      "type": "array"
    },
    "layouts": {
      "type": "array"
    },
    "locale": {
      "type": "string"
    },
    "revisionId": {
      "type": "string"
    }
  }
}