Microsoft Graph · Schema
solutionsRoot
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
Properties
| Name | Type | Description |
|---|---|---|
| backupRestore | object | |
| bookingBusinesses | array | |
| bookingCurrencies | array | |
| virtualEvents | object | |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.solutionsRoot",
"title": "solutionsRoot",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"backupRestore": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.backupRestoreRoot"
},
{
"type": "object",
"nullable": true
}
],
"x-ms-navigationProperty": true
},
"bookingBusinesses": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.bookingBusiness"
},
"x-ms-navigationProperty": true
},
"bookingCurrencies": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.bookingCurrency"
},
"x-ms-navigationProperty": true
},
"virtualEvents": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.virtualEventsRoot"
},
{
"type": "object",
"nullable": true
}
],
"x-ms-navigationProperty": true
},
"@odata.type": {
"type": "string"
}
}
}