{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.sharePointOneDriveOptions", "title": "sharePointOneDriveOptions", "required": [ "@odata.type" ], "type": "object", "properties": { "includeContent": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.searchContent" }, { "type": "object", "nullable": true } ], "description": "The type of search content. The possible values are: sharedContent, privateContent, unknownFutureValue. Read-only." }, "@odata.type": { "type": "string" } } }