We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d8494 commit 9bf493fCopy full SHA for 9bf493f
docs/source/appendices/design_decisions.rst
@@ -57,12 +57,13 @@ proposal was presented for instance and class GKS identifiers.
57
As an example, the Github JSON Schema URL ($id) for the VRS 2.0.0 Allele is:
58
59
.. code-block:: json
60
+ :force:
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
- }
+ {
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0/json/Allele",
+ ...
66
+ }
67
68
During the **release and versioning** discussion at the GA4GH Connect April 2023 meeting the proposal
69
delved into the idea of including the major version number in the VRS identifier itself. Proponents of
0 commit comments