{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DeleteUserPermissionsBoundaryRequest", "title": "DeleteUserPermissionsBoundaryRequest", "type": "object", "required": [ "UserName" ], "properties": { "UserName": { "allOf": [ { "$ref": "#/components/schemas/userNameType" }, { "description": "The name (friendly name, not ARN) of the IAM user from which you want to remove the permissions boundary." } ] } } }