{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.caseStatus", "title": "caseStatus", "enum": [ "unknown", "active", "pendingDelete", "closing", "closed", "closedWithError", "unknownFutureValue" ], "type": "string" }