{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.defenderAvStatus", "title": "defenderAvStatus", "enum": [ "notReporting", "disabled", "notUpdated", "updated", "unknown", "notSupported", "unknownFutureValue" ], "type": "string" }