{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.onPremisesDirectorySynchronizationConfiguration", "title": "onPremisesDirectorySynchronizationConfiguration", "required": [ "@odata.type" ], "type": "object", "properties": { "accidentalDeletionPrevention": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.onPremisesAccidentalDeletionPrevention" }, { "type": "object", "nullable": true } ], "description": "Contains the accidental deletion prevention configuration for a tenant." }, "@odata.type": { "type": "string" } } }