{
  "$schema": "http://json-schema.org/schema",
  "$id": "ngx-deploy-ftp-ng-add-schematic",
  "title": "NgAddOptions",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "The name of the project.",
      "$default": {
        "$source": "projectName"
      }
    }
  },
  "required": [],
  "additionalProperties": false
}
