{ "$schema": "https://json-structure.org/meta/core/v0/#", "title": "UpdateStateMachineInput", "type": "object", "fields": [ { "name": "stateMachineArn", "type": "string" }, { "name": "definition", "type": "string" }, { "name": "roleArn", "type": "string" }, { "name": "loggingConfiguration", "type": "string" }, { "name": "tracingConfiguration", "type": "string" } ] }