{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-step-functions/refs/heads/main/json-schema/amazon-step-functions-map-run-started-event-details-schema.json", "title": "MapRunStartedEventDetails", "description": "Contains details about a Map Run that was started during a state machine execution.", "type": "object", "properties": { "mapRunArn": { "allOf": [ { "$ref": "#/components/schemas/LongArn" }, { "description": "The Amazon Resource Name (ARN) of a Map Run that was started." } ] } } }