{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-structure/iot-device-defender-list-job-executions-for-thing-response-structure.json", "name": "ListJobExecutionsForThingResponse", "description": "ListJobExecutionsForThingResponse schema", "type": "object", "properties": { "executionSummaries": { "allOf": [ { "$ref": "#/components/schemas/JobExecutionSummaryForThingList" }, { "description": "A list of job execution summaries." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The token for the next set of results, or null if there are no additional results." } ] } } }