{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.removedState", "title": "removedState", "required": [ "@odata.type" ], "type": "object", "properties": { "reason": { "type": "string", "description": "The removal reason for the participant resource.", "nullable": true }, "@odata.type": { "type": "string" } } }