{
  "$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": [
  ]
}
