{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.storagePlanInformation", "title": "storagePlanInformation", "required": [ "@odata.type" ], "type": "object", "properties": { "upgradeAvailable": { "type": "boolean", "description": "Indicates whether there are higher storage quota plans available. Read-only.", "nullable": true }, "@odata.type": { "type": "string" } } }