error[markdown-json-cite]: code block of type `csl-json` does not conform to required schema
  --> input.md:42:1
   |
42 | /     ```csl-json
43 | |     {
44 | |         "type": "article",
45 | |         "id": "1",
46 | |         "URL": "3"
47 | |     }
48 | |     ```
   | |       ^
   | |_______|
   |         "3" is not a "uri"
   |         "DOI" is a required property
   |
   = help: see https://github.com/ethereum/eipw/blob/master/eipw-lint/src/lints/markdown/json_schema/citation.json
