diff --git a/schemas/question/1.0/schema.json b/schemas/question/1.0/schema.json
index 670d548e54e40e7e076f468cf99f82fc97634791..6054a39e313b08ab86034ffdb0af2c22e7a8203f 100644
--- a/schemas/question/1.0/schema.json
+++ b/schemas/question/1.0/schema.json
@@ -574,6 +574,12 @@
       "items": {
           "type": "object"
       }
+    },
+    "origin": {
+      "type": "string"
+    },
+    "originData": {
+      "type": "object"
     }
   },
   "additionalProperties": false
diff --git a/schemas/questionset/1.0/schema.json b/schemas/questionset/1.0/schema.json
index 02516dc47dcef09d1eb39214f98233722b8f6dff..fcc691a2566ceb56869fbf881cd3e703fb35cf46 100644
--- a/schemas/questionset/1.0/schema.json
+++ b/schemas/questionset/1.0/schema.json
@@ -650,6 +650,12 @@
     "outcomeDeclaration": {
       "type": "object",
       "description": "External Property"
+    },
+    "origin": {
+      "type": "string"
+    },
+    "originData": {
+      "type": "object"
     }
   },
   "additionalProperties": false