{
  "id": "bibliographic-demo-v1",
  "name": "Bibliographic worked example",
  "fields": [
    {
      "id": "title",
      "name": "title",
      "type": "string",
      "description": "Article title in the publisher citation block."
    },
    {
      "id": "year",
      "name": "year",
      "type": "number",
      "description": "Publication year, not an experimental measurement."
    },
    {
      "id": "journal",
      "name": "journal",
      "type": "string",
      "description": "Journal named on the publisher page."
    },
    {
      "id": "doi",
      "name": "doi",
      "type": "string",
      "description": "Source-paper DOI, not a dataset DOI."
    }
  ]
}
