{ "$schema": "https://json-structure.org/meta/core/v0/#", "title": "TaskStartFailedEventDetails", "type": "object", "description": "Contains details about a task that failed to start during an execution.", "fields": [ { "name": "resourceType", "type": "string" }, { "name": "resource", "type": "string" }, { "name": "error", "type": "string" }, { "name": "cause", "type": "string" } ] }