[
  {
    "id": "${rfcOrga}RFC${rfcBranchRevision}",
    "title": "RFC${rfcBranchRevision} — ${title}",
    "title-short": "RFC${rfcBranchRevision}",
    "type": "article-journal",
    "publisher": "${rfcOrga}",
    "genre": "Request for Criticisms",
    "collection-title": "${RFC-Category}",
    "volume": "${rfcBranch}",
    "issue": "v${rfcRevAdvocacy}",
    "issued": { "date-parts": [ [ ${rfcYear} ] ] },
    "URL": "${rfcGitweb}/blob_plain/${rfcBranchRevision}:/rfcs/${rfcBranch}/index.html",
    "author": [
      ${for(RFC-Authors)}
        {
          "non-dropping-particle": "boussole",
          "family": "${it.boussole}",
          "given": "${it.nom}",
          "email": "${it.email}"
        }
        ${sep},
      ${endfor}
    ]
  }
]