{ "title": "UpdateServiceUserCredentials", "type": "object", "properties": { "@type": { "type": "string", }, "password": { "type": "string", "minLength": 8, "pattern": "^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[$@$!%*?&])[A-Za-z\d$@$!%*?&]{8,}" }, "active": { "type": "boolean", "default": true } }, "required": [ "@type", "password" ] }