angular-cn/packages/localize/schematics/ng-add/schema.json

18 lines
354 B
JSON

{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsAngularLocalizeNgAdd",
"title": "Angular Localize Ng Add Schema",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the project.",
"$default": {
"$source": "projectName"
}
}
},
"required": [
]
}