{
  "$schema": "http://json-schema.org/draft-04/schema",
  "id": "http://json-schema.org/draft-04/schema",
  "type": "object",
  "description": "Schema for ng-add command",
  "properties": {
    "project": {
      "type":"string",
      "description": "project name",
      "$default":{
        "$source":"projectName"
      }
    }
  }
}