{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pwa_password_v3_SetResponse", "title": "pwa_password_v3_SetResponse", "type": "object", "properties": { "request_id": { "type": "string" }, "password_strength_config": { "$ref": "#/components/schemas/pwa_password_v3_PasswordStrengthConfig" }, "status_code": { "type": "integer", "format": "int32" } }, "description": "Response type", "required": [ "request_id", "password_strength_config", "status_code" ] }