{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ResetServiceSpecificCredentialResponse",
"title": "ResetServiceSpecificCredentialResponse",
"type": "object",
"properties": {
"ServiceSpecificCredential": {
"allOf": [
{
"$ref": "#/components/schemas/ServiceSpecificCredential"
},
{
"description": "<p>A structure with details about the updated service-specific credential, including the new password.</p> <important> <p>This is the <b>only</b> time that you can access the password. You cannot recover the password later, but you can reset it again.</p> </important>"
}
]
}
}
}