{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "NotesProperties", "type": "object", "description": "The properties of a Page that are only relevant for pages with pageType NOTES.\n", "properties": { "speakerNotesObjectId": { "type": "string", "description": "The object ID of the shape on this notes page that contains the speaker notes for the corresponding slide.\n" } } }