{ "$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-managed-job-templates-response-structure.json", "name": "ListManagedJobTemplatesResponse", "description": "ListManagedJobTemplatesResponse schema", "type": "object", "properties": { "managedJobTemplates": { "allOf": [ { "$ref": "#/components/schemas/ManagedJobTemplatesSummaryList" }, { "description": "A list of managed job templates that are returned." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The token to retrieve the next set of results." } ] } } }