chore(models): Update Challenge model
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
766b6f98f1
commit
0c6141289b
@ -20,9 +20,6 @@
|
|||||||
"title": {
|
"title": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"type": {
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"order": {
|
"order": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
},
|
},
|
||||||
@ -51,11 +48,6 @@
|
|||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "Used to determine super block order, set by prepending two digit number to super block folder name"
|
"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": {
|
"block": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@ -96,20 +88,10 @@
|
|||||||
"challengeType": {
|
"challengeType": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
},
|
},
|
||||||
"MDNlinks": {
|
|
||||||
"type": "array"
|
|
||||||
},
|
|
||||||
"solutions": {
|
"solutions": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"default": []
|
"default": []
|
||||||
},
|
},
|
||||||
"releasedOn": {
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"translations": {
|
|
||||||
"type": "object",
|
|
||||||
"default": "{}"
|
|
||||||
},
|
|
||||||
"guideUrl" : {
|
"guideUrl" : {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Used to link to an article in the FCC guide"
|
"description": "Used to link to an article in the FCC guide"
|
||||||
|
Reference in New Issue
Block a user