{
  "service": "htpdf",
  "usage": "POST /render/<template> with an NDJSON body: root object, then one row per line",
  "templates": {
    "invoice": {
      "title": "Tax Invoice",
      "streams": [
        "items"
      ]
    },
    "statement": {
      "title": "Account Statement",
      "streams": [
        "transactions"
      ]
    },
    "statements_batch": {
      "title": "Statement batch",
      "streams": [
        "statements"
      ]
    }
  }
}
