{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-schema/iot-device-defender-list-managed-job-templates-response-schema.json", "title": "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." } ] } } }