{ "$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-mitigation-actions-response-structure.json", "name": "ListMitigationActionsResponse", "description": "ListMitigationActionsResponse schema", "type": "object", "properties": { "actionIdentifiers": { "allOf": [ { "$ref": "#/components/schemas/MitigationActionIdentifierList" }, { "description": "A set of actions that matched the specified filter criteria." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The token for the next set of results." } ] } } }