{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.onenotePagePreview", "title": "onenotePagePreview", "required": [ "@odata.type" ], "type": "object", "properties": { "links": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.onenotePagePreviewLinks" }, { "type": "object", "nullable": true } ] }, "previewText": { "type": "string", "nullable": true }, "@odata.type": { "type": "string" } } }