{
"type": "object",
"required": [
"scheduledEventId"
],
"properties": {
"scheduledEventId": {
"allOf": [
{
"$ref": "#/components/schemas/EventId"
},
{
"description": "The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event."
}
]
}
},
"description": "Provides the details of the LambdaFunctionStarted event. It isn't set for other event types.",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "LambdaFunctionStartedEventAttributes"
}