diff --git a/common/models/user.json b/common/models/user.json index f85cc1023c..9a8a90450c 100644 --- a/common/models/user.json +++ b/common/models/user.json @@ -123,6 +123,11 @@ "defaut": false, "description": "Camper is front end certified" }, + "isBackEndCert": { + "type": "boolean", + "default": false, + "description": "Campers is back end certified" + }, "isFullStackCert": { "type": "boolean", "default": false,