{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.actionResultPart", "title": "actionResultPart", "required": [ "@odata.type" ], "type": "object", "properties": { "error": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.publicError" }, { "type": "object", "nullable": true } ], "description": "The error that occurred, if any, during the bulk operation." }, "@odata.type": { "type": "string" } }, "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.aadUserConversationMemberResult": "#/components/schemas/microsoft.graph.aadUserConversationMemberResult" } } }