{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mainframe-modernization/refs/heads/main/json-schema/amazon-mainframe-modernization-list-batch-job-executions-response-schema.json", "title": "ListBatchJobExecutionsResponse", "description": "ListBatchJobExecutionsResponse schema from AWS Mainframe Modernization API", "type": "object", "properties": { "batchJobExecutions": { "allOf": [ { "$ref": "#/components/schemas/BatchJobExecutionSummaryList" }, { "description": "Returns a list of batch job executions for an application." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "A pagination token that's returned when the response doesn't contain all batch job executions." } ] } }, "required": [ "batchJobExecutions" ] }