class UserController extends ApiController { register() { const createRule = { username: { type: 'string' }, }; } }