{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-registry/refs/heads/main/json-structure/azure-container-registry-regenerate-credential-parameters-structure.json", "description": "The parameters used to regenerate the login credential.", "type": "object", "properties": { "name": { "description": "Specifies name of the password which should be regenerated -- password or password2.", "enum": [ "password", "password2" ], "type": "string", "x-ms-enum": { "modelAsString": false, "name": "PasswordName" } } }, "required": [ "name" ], "name": "RegenerateCredentialParameters" }