{
  "$schema": "http://json-schema.org/schema",
  "$id": "ng-apexcharts-ng-add-schema",
  "title": "Ng Apexcharts ng-add schematic",
  "description": "Generate a file of JavaScript",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "Name of the project.",
      "$default": {
        "$source": "projectName"
      }
    }
  }
}
