mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
19 lines
354 B
JSON
19 lines
354 B
JSON
{
|
|
"$schema": "http://json-schema.org/schema",
|
|
"$id": "CustomLibrary",
|
|
"title": "",
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"description": "",
|
|
"$default": {
|
|
"$source": "argv",
|
|
"index": 0
|
|
},
|
|
"x-prompt": "What name would you like to use?"
|
|
}
|
|
},
|
|
"required": ["name"]
|
|
}
|