{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.attackSimulationTrainingUserCoverage", "title": "attackSimulationTrainingUserCoverage", "required": [ "@odata.type" ], "type": "object", "properties": { "attackSimulationUser": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.attackSimulationUser" }, { "type": "object", "nullable": true } ], "description": "User in an attack simulation and training campaign." }, "userTrainings": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.userTrainingStatusInfo" }, "description": "List of assigned trainings and their statuses for the user." }, "@odata.type": { "type": "string" } } }