{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyApprovalRule", "title": "microsoft.graph.unifiedRoleManagementPolicyApprovalRule", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule" }, { "title": "unifiedRoleManagementPolicyApprovalRule", "required": [ "@odata.type" ], "type": "object", "properties": { "setting": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.approvalSettings" }, { "type": "object", "nullable": true } ], "description": "The settings for approval of the role assignment." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.unifiedRoleManagementPolicyApprovalRule" } } } ], "x-ms-discriminator-value": "#microsoft.graph.unifiedRoleManagementPolicyApprovalRule" }