{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "LambdaFunctionSucceededEventDetails", "type": "object", "properties": { "output": {}, "outputDetails": {} }, "description": "Contains details about a Lambda function that successfully terminated during an execution." }