{
  "$id": "Schema",
  "title": "schema",
  "description": "Retrieve process environment variable during ng build",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "Project name to update angular.json config.",
      "x-prompt": "Project name to update angular.json config. (you can skip and do it later using schematics or manually)"
    }
  }
}
