Contains details about the state machine.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "StateMachineListItem", "type": "object", "properties": { "stateMachineArn": {}, "name": {}, "type": {}, "creationDate": {} }, "required": [ "stateMachineArn", "name", "type", "creationDate" ], "description": "Contains details about the state machine." }