mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
fix(generator): update generator
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"pattern": "^[a-zA-Z].*$"
|
||||
},
|
||||
"title": {
|
||||
"description": "Title of your challenge. (use quote to add spaces)",
|
||||
"description": "Title of your challenge.",
|
||||
"type": "string",
|
||||
"maxLength": "25",
|
||||
"$default": {
|
||||
@@ -26,6 +26,12 @@
|
||||
},
|
||||
"x-priority": "important"
|
||||
},
|
||||
"author": {
|
||||
"description": "Your full name",
|
||||
"type": "string",
|
||||
"maxLength": "25",
|
||||
"x-priority": "important"
|
||||
},
|
||||
"challengeDifficulty": {
|
||||
"description": "The difficulty of the challenge.",
|
||||
"type": "string",
|
||||
@@ -114,5 +120,11 @@
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": ["name", "title", "challengeDifficulty", "docRepository"]
|
||||
"required": [
|
||||
"name",
|
||||
"title",
|
||||
"author",
|
||||
"challengeDifficulty",
|
||||
"docRepository"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user