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