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