{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.retentionEventStatus", "title": "retentionEventStatus", "required": [ "@odata.type" ], "type": "object", "properties": { "error": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.publicError" }, { "type": "object", "nullable": true } ], "description": "The error if the status isn't successful." }, "status": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.security.eventStatusType" }, { "type": "object", "nullable": true } ], "description": "The status of the distribution. The possible values are: pending, error, success, notAvaliable." }, "@odata.type": { "type": "string" } } }