{
  "$schema": "http://json-schema.org/schema",
  "$id": "doku-fragment-ng-add",
  "title": "doku-fragment ng add Schema",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "Name of the project.",
      "$default": {
        "$source": "projectName"
      }
    }
  }
}
