{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SlideProperties", "type": "object", "description": "The properties of a Page that are only relevant for pages with pageType SLIDE.\n", "properties": { "layoutObjectId": { "type": "string", "description": "The object ID of the layout that this slide is based on.\n" }, "masterObjectId": { "type": "string", "description": "The object ID of the master that this slide is based on.\n" }, "isSkipped": { "type": "boolean", "description": "Whether the slide is skipped in the presentation mode." } } }