Unverified Commit 57b642c5 authored by Prasath Sivasubramaniyan's avatar Prasath Sivasubramaniyan Committed by GitHub
Browse files

Merge pull request #5 from anilkumarkammalapalli/addingProperty

added new property in question and questionset
No related merge requests found
Showing with 8 additions and 0 deletions
+8 -0
......@@ -598,6 +598,10 @@
"downloadUrl": {
"type": "string",
"format": "url"
},
"evaluable": {
"type": "boolean",
"default": false
}
},
"additionalProperties": false
......
......@@ -711,6 +711,10 @@
},
"reviewStatus": {
"type": "string"
},
"evaluable": {
"type": "boolean",
"default": false
}
},
"additionalProperties": false
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment