{
    "$schema": "http://json-schema.org/schema",
    "$id": "SchematicsNgAfelioStoreSystem",
    "title": "ng-afelio Generate store system",
    "type": "object",
    "properties": {
      "project": {
        "type": "string",
        "description": "The name of the project",
        "$default": {
          "$source": "projectName"
        }
      },
      "appModule": {
        "type": "string",
        "description": "The path of the AppModule (relativePath from project folder)",
        "default": "app.module.ts"
      }
    },
    "required": []
}