chore(models): Update Challenge model
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
766b6f98f1
commit
0c6141289b
@ -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"
|
||||
|
Reference in New Issue
Block a user