Skip to content

Commit 9bf493f

Browse files
committed
silence warning
1 parent e5d8494 commit 9bf493f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/source/appendices/design_decisions.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,13 @@ proposal was presented for instance and class GKS identifiers.
5757
As an example, the Github JSON Schema URL ($id) for the VRS 2.0.0 Allele is:
5858

5959
.. code-block:: json
60+
:force:
6061
61-
{
62-
"$schema": "https://json-schema.org/draft/2020-12/schema",
63-
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0/json/Allele",
64-
...
65-
}
62+
{
63+
"$schema": "https://json-schema.org/draft/2020-12/schema",
64+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0/json/Allele",
65+
...
66+
}
6667
6768
During the **release and versioning** discussion at the GA4GH Connect April 2023 meeting the proposal
6869
delved into the idea of including the major version number in the VRS identifier itself. Proponents of

0 commit comments

Comments
 (0)