{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.timeZoneInformation", "title": "timeZoneInformation", "required": [ "@odata.type" ], "type": "object", "properties": { "alias": { "type": "string", "description": "An identifier for the time zone.", "nullable": true }, "displayName": { "type": "string", "description": "A display string that represents the time zone.", "nullable": true }, "@odata.type": { "type": "string" } } }