{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.simulationAttackType", "title": "simulationAttackType", "enum": [ "unknown", "social", "cloud", "endpoint", "unknownFutureValue" ], "type": "string" }