{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-structure/iot-core-list-job-templates-response-structure.json", "name": "ListJobTemplatesResponse", "description": "ListJobTemplatesResponse schema", "type": "object", "properties": { "jobTemplates": { "allOf": [ { "$ref": "#/components/schemas/JobTemplateSummaryList" }, { "description": "A list of objects that contain information about the job templates." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The token for the next set of results, or null if there are no additional results." } ] } } }