Google Slides · JSON Structure

Google Slides Page Structure

Type: object Properties: 4
CollaborationGoogle WorkspacePresentationsProductivitySlides

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

Properties

objectId pageType pageElements revisionId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Page",
  "type": "object",
  "properties": {
    "objectId": {
      "type": "string"
    },
    "pageType": {
      "type": "string"
    },
    "pageElements": {
      "type": "array"
    },
    "revisionId": {
      "type": "string"
    }
  }
}