{ "$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" } } }