fix(generator): fix generator

This commit is contained in:
thomas
2023-10-18 11:01:17 +02:00
parent f72782ee4c
commit b945521dbf
4 changed files with 9 additions and 21 deletions

View File

@@ -55,7 +55,7 @@
]
}
},
"docRepository": {
"category": {
"type": "string",
"description": "The category of your challenge.",
"x-priority": "important",
@@ -94,11 +94,6 @@
]
}
},
"directory": {
"description": "The directory of the new application.",
"type": "string",
"x-priority": "important"
},
"addTest": {
"description": "add spec files.",
"type": "boolean",
@@ -120,11 +115,5 @@
}
},
"additionalProperties": false,
"required": [
"name",
"title",
"author",
"challengeDifficulty",
"docRepository"
]
"required": ["name", "title", "author", "challengeDifficulty", "category"]
}