{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UpdateStateMachineInput", "type": "object", "properties": { "stateMachineArn": {}, "definition": {}, "roleArn": {}, "loggingConfiguration": {}, "tracingConfiguration": {} }, "required": [ "stateMachineArn" ] }