diff --git a/common/models/challenge.json b/common/models/challenge.json index 4e0bd62454..ca5aba1334 100644 --- a/common/models/challenge.json +++ b/common/models/challenge.json @@ -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"