2019-11-11 03:27:36 -05:00
|
|
|
{
|
2021-04-12 05:12:49 -04:00
|
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
|
|
"$id": "SchematicsAngularElementsNgAdd",
|
2019-11-11 03:27:36 -05:00
|
|
|
"title": "Angular Elements Ng Add Schema",
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"project": {
|
|
|
|
"type": "string",
|
|
|
|
"description": "The name of the project.",
|
|
|
|
"$default": {
|
|
|
|
"$source": "projectName"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"skipPackageJson": {
|
|
|
|
"description": "When true, does not add dependencies to the \"package.json\" file.",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"required": [
|
|
|
|
]
|
|
|
|
}
|