{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.sectionLinks", "title": "sectionLinks", "required": [ "@odata.type" ], "type": "object", "properties": { "oneNoteClientUrl": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.externalLink" }, { "type": "object", "nullable": true } ], "description": "Opens the section in the OneNote native client if it's installed." }, "oneNoteWebUrl": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.externalLink" }, { "type": "object", "nullable": true } ], "description": "Opens the section in OneNote on the web." }, "@odata.type": { "type": "string" } } }