chore(models): Update Challenge model

This commit is contained in:
Stuart Taylor
2018-03-23 14:39:08 +00:00
committed by Mrugesh Mohapatra
parent 766b6f98f1
commit 0c6141289b

View File

@ -20,9 +20,6 @@
"title": {
"type": "string"
},
"type": {
"type": "string"
},
"order": {
"type": "number"
},
@ -51,11 +48,6 @@
"type": "number",
"description": "Used to determine super block order, set by prepending two digit number to super block folder name"
},
"hint": {
"type": "array",
"description": "hints must be a single line of plain text",
"default": []
},
"block": {
"type": "string"
},
@ -96,20 +88,10 @@
"challengeType": {
"type": "number"
},
"MDNlinks": {
"type": "array"
},
"solutions": {
"type": "array",
"default": []
},
"releasedOn": {
"type": "string"
},
"translations": {
"type": "object",
"default": "{}"
},
"guideUrl" : {
"type": "string",
"description": "Used to link to an article in the FCC guide"