fix(current-challenge): Fix current-challenge API
This commit is contained in:
committed by
mrugesh mohapatra
parent
e7316e4567
commit
dace86663f
@ -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",
|
||||
|
Reference in New Issue
Block a user