From e5e87e78ba40af0b5919218864f4ffdd186435da Mon Sep 17 00:00:00 2001 From: Matthew Evans <7916000+ml-evs@users.noreply.github.com> Date: Sun, 28 Jul 2024 18:06:00 +0100 Subject: [PATCH] Apply suggestions from code review --- optimade.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/optimade.rst b/optimade.rst index f9257c60..e586e8aa 100644 --- a/optimade.rst +++ b/optimade.rst @@ -4527,7 +4527,7 @@ The OPTIMADE JSON Lines format then extends these rules with the following conve This leaves the following overall file structure: -.. code:: jsonc +.. code
@@ -4541,7 +4541,7 @@ This leaves the following overall file structure: Example OPTIMADE JSON Lines File ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. code:: jsonc +.. code {"x-optimade": {"api_version": "1.2.0"}} {"meta": {"time_stamp": "2024-07-19T11:47:10Z", "data_returned": 6, "provider": {"name": "Example JSONL", "description": "An example JSONL file.", "prefix": "_exmpl"}}} {"type": "info", "id": "/", "attributes": {"api_version": "1.2.0", "available_api_versions": ["1.2.0"], "formats": ["json"], "entry_types_by_format": {"json": ["references", "structures"]}, "license": "https://example.com/licenses/example_license.html"} "homepage": "https://example.com", "name": "Example API", "provider": {"description": "A simple example provider", "name": "Example Provider"}}}