{
  "$schema": "http://json-schema.org/schema",
  "$id": "SchematicsNgAfelioDocker",
  "title": "ng-afelio Generate Docker part",
  "type": "object",
  "properties": {
      "project": {
          "type": "string",
          "description": "The name of the project",
          "$default": {
            "$source": "projectName"
          }
      }
  },
  "required": []
}