{ "$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-audit-mitigation-actions-tasks-response-schema.json", "title": "ListAuditMitigationActionsTasksResponse", "description": "ListAuditMitigationActionsTasksResponse schema", "type": "object", "properties": { "tasks": { "allOf": [ { "$ref": "#/components/schemas/AuditMitigationActionsTaskMetadataList" }, { "description": "The collection of audit mitigation tasks that matched the filter criteria." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The token for the next set of results." } ] } } }