{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-structure/iot-device-management-replace-default-policy-version-params-structure.json", "name": "ReplaceDefaultPolicyVersionParams", "description": "Parameters to define a mitigation action that adds a blank policy to restrict permissions.", "type": "object", "properties": { "templateName": { "allOf": [ { "$ref": "#/components/schemas/PolicyTemplateName" }, { "description": "The name of the template to be applied. The only supported value is BLANK_POLICY." } ] } }, "required": [ "templateName" ] }