diff --git a/schemas/code-crispies-module-schema.json b/schemas/code-crispies-module-schema.json index db5bd96..61ac620 100644 --- a/schemas/code-crispies-module-schema.json +++ b/schemas/code-crispies-module-schema.json @@ -36,9 +36,7 @@ "previewHTML", "previewBaseCSS", "sandboxCSS", - "codePrefix", "initialCode", - "codeSuffix", "previewContainer", "validations" ], @@ -71,18 +69,10 @@ "type": "string", "description": "Additional CSS for the sandbox environment" }, - "codePrefix": { - "type": "string", - "description": "Code that appears before the editable area" - }, "initialCode": { "type": "string", "description": "Initial code provided in the editor" }, - "codeSuffix": { - "type": "string", - "description": "Code that appears after the editable area" - }, "solution": { "type": "string", "description": "Solution code for the lesson, if applicable"