{ "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-run-started-event-details-structure.json", "name": "MapRunStartedEventDetails", "description": "Contains details about a Map Run that was started during a state machine execution.", "properties": { "mapRunArn": { "allOf": [ { "$ref": "#/components/schemas/LongArn" }, { "description": "The Amazon Resource Name (ARN) of a Map Run that was started." } ] } } }