{ "type": "object", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-step-functions/refs/heads/main/json-structure/amazon-step-functions-history-event-execution-data-details-structure.json", "name": "HistoryEventExecutionDataDetails", "description": "Provides details about input or output in an execution history event.", "properties": { "truncated": { "allOf": [ { "$ref": "#/components/schemas/truncated" }, { "description": "Indicates whether input or output was truncated in the response. Always false for API calls." } ] } } }