{ "$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-mitigation-actions-response-schema.json", "title": "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." } ] } } }