{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.onenoteEntityBaseModel", "title": "microsoft.graph.onenoteEntityBaseModel", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "onenoteEntityBaseModel", "required": [ "@odata.type" ], "type": "object", "properties": { "self": { "type": "string", "description": "The endpoint where you can get details about the page. Read-only.", "nullable": true }, "@odata.type": { "type": "string" } }, "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.onenoteEntitySchemaObjectModel": "#/components/schemas/microsoft.graph.onenoteEntitySchemaObjectModel", "#microsoft.graph.onenoteEntityHierarchyModel": "#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel", "#microsoft.graph.notebook": "#/components/schemas/microsoft.graph.notebook", "#microsoft.graph.onenoteSection": "#/components/schemas/microsoft.graph.onenoteSection", "#microsoft.graph.sectionGroup": "#/components/schemas/microsoft.graph.sectionGroup", "#microsoft.graph.onenotePage": "#/components/schemas/microsoft.graph.onenotePage", "#microsoft.graph.onenoteResource": "#/components/schemas/microsoft.graph.onenoteResource" } } } ] }