{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.accessPackageNotificationSettings", "title": "accessPackageNotificationSettings", "required": [ "@odata.type" ], "type": "object", "properties": { "isAssignmentNotificationDisabled": { "type": "boolean", "description": "Indicates if notification emails for an access package are disabled within an access package assignment policy." }, "@odata.type": { "type": "string" } } }