{ "$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-delete-state-machine-version-input-schema.json", "title": "DeleteStateMachineVersionInput", "description": "DeleteStateMachineVersionInput schema from Amazon Step Functions API", "type": "object", "properties": { "stateMachineVersionArn": { "allOf": [ { "$ref": "#/components/schemas/LongArn" }, { "description": "The Amazon Resource Name (ARN) of the state machine version to delete." } ] } }, "required": [ "stateMachineVersionArn" ] }