18 lines
354 B
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": [
|
|
]
|
|
}
|