{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreateStateMachineOutput", "type": "object", "properties": { "stateMachineArn": {}, "creationDate": {} }, "required": [ "stateMachineArn", "creationDate" ] }