{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.patternedRecurrence", "title": "patternedRecurrence", "required": [ "@odata.type" ], "type": "object", "properties": { "pattern": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.recurrencePattern" }, { "type": "object", "nullable": true } ], "description": "The frequency of an event. For access reviews: Do not specify this property for a one-time access review. Only interval, dayOfMonth, and type (weekly, absoluteMonthly) properties of recurrencePattern are supported." }, "range": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.recurrenceRange" }, { "type": "object", "nullable": true } ], "description": "The duration of an event." }, "@odata.type": { "type": "string" } } }