{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.accessReviewSet", "title": "microsoft.graph.accessReviewSet", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "accessReviewSet", "required": [ "@odata.type" ], "type": "object", "properties": { "definitions": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.accessReviewScheduleDefinition" }, "description": "Represents the template and scheduling for an access review.", "x-ms-navigationProperty": true }, "historyDefinitions": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.accessReviewHistoryDefinition" }, "description": "Represents a collection of access review history data and the scopes used to collect that data.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.accessReviewSet" }