diff --git a/schemas/question/1.0/schema.json b/schemas/question/1.0/schema.json
index 579058ea3942acb7de328354151854c495f6c66f..0aedefbcddeb6e12e88a91899cb860ed5d964075 100644
--- a/schemas/question/1.0/schema.json
+++ b/schemas/question/1.0/schema.json
@@ -35,6 +35,13 @@
         "type": "string"
       }
     },
+    "assessmentType": {
+      "type": "array",
+      "items": {
+        "type": "string",
+        "default": "Self"
+      }
+    },
     "visibility": {
       "type": "string",
       "default": "Default",