diff --git a/common/models/user.json b/common/models/user.json index 521b36f9bf1..98b8fd5a319 100644 --- a/common/models/user.json +++ b/common/models/user.json @@ -55,6 +55,12 @@ "joinedGithubOn": { "type": "date" }, + "website": { + "type": "string" + }, + "githubProfile": { + "type": "string" + }, "isMigrationGrandfathered": { "type": "boolean", "default": false