{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ListStateMachinesOutput", "example": { "stateMachines": [ { "stateMachineArn": null, "name": null, "type": null, "creationDate": null } ], "nextToken": null } }