{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.externalConnectors.externalActivityResult", "title": "microsoft.graph.externalConnectors.externalActivityResult", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.externalConnectors.externalActivity" }, { "title": "externalActivityResult", "required": [ "@odata.type" ], "type": "object", "properties": { "error": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.publicError" }, { "type": "object", "nullable": true } ], "description": "Error information that explains the failure to process an external activity." }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.externalConnectors.externalActivityResult" }