{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.sharepoint", "title": "microsoft.graph.sharepoint", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "sharepoint", "required": [ "@odata.type" ], "type": "object", "properties": { "settings": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.sharepointSettings" }, { "type": "object", "nullable": true } ], "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.sharepoint" }