fix(current-challenge): Fix current-challenge API

This commit is contained in:
Bouncey
2018-10-28 06:18:13 +00:00
committed by mrugesh mohapatra
parent e7316e4567
commit dace86663f
4 changed files with 144 additions and 128 deletions

View File

@ -55,23 +55,20 @@
"type": "string"
},
"description": {
"type": "array"
},
"image": {
"type": "string"
},
"tests": {
"type": "array"
},
"head": {
"type": "array",
"type": "string",
"description": "Appended to user code",
"default": []
"default": ""
},
"tail": {
"type": "array",
"type": "string",
"description": "Prepended to user code",
"default": []
"default": ""
},
"helpRoom": {
"type": "string",