Google Slides · JSON Structure

Google Slides Slide Properties Structure

Type: object Properties: 3
CollaborationGoogle WorkspacePresentationsProductivitySlides

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

Properties

layoutObjectId masterObjectId isSkipped

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SlideProperties",
  "type": "object",
  "properties": {
    "layoutObjectId": {
      "type": "string"
    },
    "masterObjectId": {
      "type": "string"
    },
    "isSkipped": {
      "type": "boolean"
    }
  }
}