{ "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-map-iteration-event-details-structure.json", "name": "MapIterationEventDetails", "description": "Contains details about an iteration of a Map state.", "properties": { "name": { "allOf": [ { "$ref": "#/components/schemas/Name" }, { "description": "The name of the iteration\u2019s parent Map state." } ] }, "index": { "allOf": [ { "$ref": "#/components/schemas/UnsignedInteger" }, { "description": "The index of the array belonging to the Map state iteration." } ] } } }