{
  "$schema": "http://json-schema.org/schema",
  "$id": "design-angular-kit-ng-add",
  "title": "Design Angular Hit ng-add schematic",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "Name of the project.",
      "$default": {
        "$source": "projectName"
      }
    }
  },
  "required": []
}
