PasswordConfirmRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/PasswordConfirmRequestBody.jsonpasswordstringrequired
Current password
PasswordConfirmRequestBody
{
"$schema": "https://example.com/schemas/PasswordConfirmRequestBody.json",
"password": "string"
}