{ "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-describe-map-run-input-structure.json", "name": "DescribeMapRunInput", "description": "DescribeMapRunInput schema from Amazon Step Functions API", "properties": { "mapRunArn": { "allOf": [ { "$ref": "#/components/schemas/LongArn" }, { "description": "The Amazon Resource Name (ARN) that identifies a Map Run." } ] } }, "required": [ "mapRunArn" ] }