{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.entryExportStatus", "title": "entryExportStatus", "enum": [ "Noop", "Success", "RetryableError", "PermanentError", "Error" ], "type": "string" }