diff --git a/schema/vrs/json/Adjacency b/schema/vrs/json/Adjacency index f139f3e1..b50e8262 100644 --- a/schema/vrs/json/Adjacency +++ b/schema/vrs/json/Adjacency @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/Adjacency", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/Adjacency", "title": "Adjacency", "type": "object", "maturity": "trial use", @@ -53,7 +53,7 @@ "type": "array", "ordered": false, "items": { - "$ref": "/ga4gh/schema/vrs/2.x/json/Expression" + "$ref": "/ga4gh/schema/vrs/2.0/json/Expression" } }, "type": { @@ -69,7 +69,7 @@ "items": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation" + "$ref": "/ga4gh/schema/vrs/2.0/json/SequenceLocation" }, { "$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/iriReference" @@ -90,13 +90,13 @@ "description": "The sequence found between adjoined sequences.", "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/LengthExpression" + "$ref": "/ga4gh/schema/vrs/2.0/json/LengthExpression" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/LiteralSequenceExpression" + "$ref": "/ga4gh/schema/vrs/2.0/json/LiteralSequenceExpression" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/ReferenceLengthExpression" + "$ref": "/ga4gh/schema/vrs/2.0/json/ReferenceLengthExpression" } ] }, diff --git a/schema/vrs/json/Allele b/schema/vrs/json/Allele index 0637db1d..b7f533b6 100644 --- a/schema/vrs/json/Allele +++ b/schema/vrs/json/Allele @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/Allele", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/Allele", "title": "Allele", "type": "object", "maturity": "trial use", @@ -53,7 +53,7 @@ "type": "array", "ordered": false, "items": { - "$ref": "/ga4gh/schema/vrs/2.x/json/Expression" + "$ref": "/ga4gh/schema/vrs/2.0/json/Expression" } }, "type": { @@ -65,7 +65,7 @@ "location": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation" + "$ref": "/ga4gh/schema/vrs/2.0/json/SequenceLocation" }, { "$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/iriReference" @@ -77,13 +77,13 @@ "description": "An expression of the sequence state", "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/LengthExpression" + "$ref": "/ga4gh/schema/vrs/2.0/json/LengthExpression" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/LiteralSequenceExpression" + "$ref": "/ga4gh/schema/vrs/2.0/json/LiteralSequenceExpression" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/ReferenceLengthExpression" + "$ref": "/ga4gh/schema/vrs/2.0/json/ReferenceLengthExpression" } ] } diff --git a/schema/vrs/json/CisPhasedBlock b/schema/vrs/json/CisPhasedBlock index ec9d07e8..1412bfbd 100644 --- a/schema/vrs/json/CisPhasedBlock +++ b/schema/vrs/json/CisPhasedBlock @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/CisPhasedBlock", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/CisPhasedBlock", "title": "CisPhasedBlock", "type": "object", "maturity": "trial use", @@ -52,7 +52,7 @@ "type": "array", "ordered": false, "items": { - "$ref": "/ga4gh/schema/vrs/2.x/json/Expression" + "$ref": "/ga4gh/schema/vrs/2.0/json/Expression" } }, "type": { @@ -69,7 +69,7 @@ "items": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/Allele" + "$ref": "/ga4gh/schema/vrs/2.0/json/Allele" }, { "$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/iriReference" @@ -79,7 +79,7 @@ "description": "A list of Alleles that are found in-cis on a shared molecule." }, "sequenceReference": { - "$ref": "/ga4gh/schema/vrs/2.x/json/SequenceReference", + "$ref": "/ga4gh/schema/vrs/2.0/json/SequenceReference", "description": "An optional Sequence Reference on which all of the in-cis Alleles are found. When defined, this may be used to implicitly define the `sequenceReference` attribute for each of the CisPhasedBlock member Alleles." } }, diff --git a/schema/vrs/json/CopyNumberChange b/schema/vrs/json/CopyNumberChange index 2a8f03c1..d6ef67a2 100644 --- a/schema/vrs/json/CopyNumberChange +++ b/schema/vrs/json/CopyNumberChange @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/CopyNumberChange", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/CopyNumberChange", "title": "CopyNumberChange", "type": "object", "maturity": "draft", @@ -53,7 +53,7 @@ "type": "array", "ordered": false, "items": { - "$ref": "/ga4gh/schema/vrs/2.x/json/Expression" + "$ref": "/ga4gh/schema/vrs/2.0/json/Expression" } }, "type": { @@ -65,7 +65,7 @@ "location": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation" + "$ref": "/ga4gh/schema/vrs/2.0/json/SequenceLocation" }, { "$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/iriReference" diff --git a/schema/vrs/json/CopyNumberCount b/schema/vrs/json/CopyNumberCount index b1baeef5..9f837034 100644 --- a/schema/vrs/json/CopyNumberCount +++ b/schema/vrs/json/CopyNumberCount @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/CopyNumberCount", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/CopyNumberCount", "title": "CopyNumberCount", "type": "object", "maturity": "trial use", @@ -53,7 +53,7 @@ "type": "array", "ordered": false, "items": { - "$ref": "/ga4gh/schema/vrs/2.x/json/Expression" + "$ref": "/ga4gh/schema/vrs/2.0/json/Expression" } }, "type": { @@ -65,7 +65,7 @@ "location": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation" + "$ref": "/ga4gh/schema/vrs/2.0/json/SequenceLocation" }, { "$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/iriReference" @@ -76,7 +76,7 @@ "copies": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/Range" + "$ref": "/ga4gh/schema/vrs/2.0/json/Range" }, { "type": "integer" diff --git a/schema/vrs/json/DerivativeMolecule b/schema/vrs/json/DerivativeMolecule index a5c47e99..dfc558cb 100644 --- a/schema/vrs/json/DerivativeMolecule +++ b/schema/vrs/json/DerivativeMolecule @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/DerivativeMolecule", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/DerivativeMolecule", "title": "DerivativeMolecule", "type": "object", "maturity": "draft", @@ -52,7 +52,7 @@ "type": "array", "ordered": false, "items": { - "$ref": "/ga4gh/schema/vrs/2.x/json/Expression" + "$ref": "/ga4gh/schema/vrs/2.0/json/Expression" } }, "type": { @@ -68,16 +68,16 @@ "items": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/Allele" + "$ref": "/ga4gh/schema/vrs/2.0/json/Allele" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/CisPhasedBlock" + "$ref": "/ga4gh/schema/vrs/2.0/json/CisPhasedBlock" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/Terminus" + "$ref": "/ga4gh/schema/vrs/2.0/json/Terminus" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/TraversalBlock" + "$ref": "/ga4gh/schema/vrs/2.0/json/TraversalBlock" }, { "$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/iriReference" diff --git a/schema/vrs/json/Expression b/schema/vrs/json/Expression index aab152d1..39382e39 100644 --- a/schema/vrs/json/Expression +++ b/schema/vrs/json/Expression @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/Expression", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/Expression", "title": "Expression", "type": "object", "maturity": "trial use", diff --git a/schema/vrs/json/LengthExpression b/schema/vrs/json/LengthExpression index c96b6c45..26492a38 100644 --- a/schema/vrs/json/LengthExpression +++ b/schema/vrs/json/LengthExpression @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/LengthExpression", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/LengthExpression", "title": "LengthExpression", "type": "object", "maturity": "draft", @@ -53,7 +53,7 @@ "description": "The length of the sequence.", "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/Range" + "$ref": "/ga4gh/schema/vrs/2.0/json/Range" }, { "type": "integer" diff --git a/schema/vrs/json/LiteralSequenceExpression b/schema/vrs/json/LiteralSequenceExpression index 9744de30..253a3e85 100644 --- a/schema/vrs/json/LiteralSequenceExpression +++ b/schema/vrs/json/LiteralSequenceExpression @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/LiteralSequenceExpression", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/LiteralSequenceExpression", "title": "LiteralSequenceExpression", "type": "object", "maturity": "trial use", @@ -50,7 +50,7 @@ "default": "LiteralSequenceExpression" }, "sequence": { - "$ref": "/ga4gh/schema/vrs/2.x/json/sequenceString", + "$ref": "/ga4gh/schema/vrs/2.0/json/sequenceString", "description": "the literal sequence" } }, diff --git a/schema/vrs/json/Location b/schema/vrs/json/Location index d2ad238e..9f1c2701 100644 --- a/schema/vrs/json/Location +++ b/schema/vrs/json/Location @@ -1,13 +1,13 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/Location", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/Location", "title": "Location", "type": "object", "maturity": "trial use", "description": "A contiguous segment of a biological sequence.", "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation" + "$ref": "/ga4gh/schema/vrs/2.0/json/SequenceLocation" } ], "discriminator": { diff --git a/schema/vrs/json/MolecularVariation b/schema/vrs/json/MolecularVariation index 8d9f4d7c..b75e0e82 100644 --- a/schema/vrs/json/MolecularVariation +++ b/schema/vrs/json/MolecularVariation @@ -1,25 +1,25 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/MolecularVariation", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/MolecularVariation", "title": "MolecularVariation", "type": "object", "maturity": "trial use", "description": "A variation on a contiguous molecule.", "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/Adjacency" + "$ref": "/ga4gh/schema/vrs/2.0/json/Adjacency" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/Allele" + "$ref": "/ga4gh/schema/vrs/2.0/json/Allele" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/CisPhasedBlock" + "$ref": "/ga4gh/schema/vrs/2.0/json/CisPhasedBlock" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/DerivativeMolecule" + "$ref": "/ga4gh/schema/vrs/2.0/json/DerivativeMolecule" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/Terminus" + "$ref": "/ga4gh/schema/vrs/2.0/json/Terminus" } ], "discriminator": { diff --git a/schema/vrs/json/Range b/schema/vrs/json/Range index 37c9eb0a..a30afe08 100644 --- a/schema/vrs/json/Range +++ b/schema/vrs/json/Range @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/Range", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/Range", "title": "Range", "type": "array", "maturity": "trial use", diff --git a/schema/vrs/json/ReferenceLengthExpression b/schema/vrs/json/ReferenceLengthExpression index ec8bbaf1..1bc2c5a8 100644 --- a/schema/vrs/json/ReferenceLengthExpression +++ b/schema/vrs/json/ReferenceLengthExpression @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/ReferenceLengthExpression", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/ReferenceLengthExpression", "title": "ReferenceLengthExpression", "type": "object", "maturity": "trial use", @@ -53,7 +53,7 @@ "length": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/Range" + "$ref": "/ga4gh/schema/vrs/2.0/json/Range" }, { "type": "integer" @@ -62,7 +62,7 @@ "description": "The number of residues in the expressed sequence." }, "sequence": { - "$ref": "/ga4gh/schema/vrs/2.x/json/sequenceString", + "$ref": "/ga4gh/schema/vrs/2.0/json/sequenceString", "description": "the literal Sequence encoded by the Reference Length Expression." }, "repeatSubunitLength": { diff --git a/schema/vrs/json/SequenceExpression b/schema/vrs/json/SequenceExpression index 21da7219..9db7cd2d 100644 --- a/schema/vrs/json/SequenceExpression +++ b/schema/vrs/json/SequenceExpression @@ -1,19 +1,19 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/SequenceExpression", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/SequenceExpression", "title": "SequenceExpression", "type": "object", "maturity": "trial use", "description": "An expression describing a Sequence.", "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/LengthExpression" + "$ref": "/ga4gh/schema/vrs/2.0/json/LengthExpression" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/LiteralSequenceExpression" + "$ref": "/ga4gh/schema/vrs/2.0/json/LiteralSequenceExpression" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/ReferenceLengthExpression" + "$ref": "/ga4gh/schema/vrs/2.0/json/ReferenceLengthExpression" } ], "discriminator": { diff --git a/schema/vrs/json/SequenceLocation b/schema/vrs/json/SequenceLocation index 9d347b3f..17cacd92 100644 --- a/schema/vrs/json/SequenceLocation +++ b/schema/vrs/json/SequenceLocation @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/SequenceLocation", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/SequenceLocation", "title": "SequenceLocation", "type": "object", "maturity": "trial use", @@ -59,7 +59,7 @@ "sequenceReference": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/SequenceReference" + "$ref": "/ga4gh/schema/vrs/2.0/json/SequenceReference" }, { "$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/iriReference" @@ -70,7 +70,7 @@ "start": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/Range" + "$ref": "/ga4gh/schema/vrs/2.0/json/Range" }, { "type": "integer" @@ -81,7 +81,7 @@ "end": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/Range" + "$ref": "/ga4gh/schema/vrs/2.0/json/Range" }, { "type": "integer" @@ -91,7 +91,7 @@ }, "sequence": { "description": "The literal sequence encoded by the `sequenceReference` at these coordinates.", - "$ref": "/ga4gh/schema/vrs/2.x/json/sequenceString" + "$ref": "/ga4gh/schema/vrs/2.0/json/sequenceString" } }, "required": [ diff --git a/schema/vrs/json/SequenceReference b/schema/vrs/json/SequenceReference index 0043ca70..27fe2ca2 100644 --- a/schema/vrs/json/SequenceReference +++ b/schema/vrs/json/SequenceReference @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/SequenceReference", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/SequenceReference", "title": "SequenceReference", "type": "object", "maturity": "trial use", @@ -63,7 +63,7 @@ ] }, "sequence": { - "$ref": "/ga4gh/schema/vrs/2.x/json/sequenceString", + "$ref": "/ga4gh/schema/vrs/2.0/json/sequenceString", "description": "A sequenceString that is a literal representation of the referenced sequence." }, "moleculeType": { diff --git a/schema/vrs/json/SystemicVariation b/schema/vrs/json/SystemicVariation index 2c570f33..877b8b74 100644 --- a/schema/vrs/json/SystemicVariation +++ b/schema/vrs/json/SystemicVariation @@ -1,16 +1,16 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/SystemicVariation", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/SystemicVariation", "title": "SystemicVariation", "type": "object", "maturity": "trial use", "description": "A Variation of multiple molecules in the context of a system, e.g. a genome, sample, or homologous chromosomes.", "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/CopyNumberChange" + "$ref": "/ga4gh/schema/vrs/2.0/json/CopyNumberChange" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/CopyNumberCount" + "$ref": "/ga4gh/schema/vrs/2.0/json/CopyNumberCount" } ], "discriminator": { diff --git a/schema/vrs/json/Terminus b/schema/vrs/json/Terminus index 1d2936f6..f13f7fb1 100644 --- a/schema/vrs/json/Terminus +++ b/schema/vrs/json/Terminus @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/Terminus", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/Terminus", "title": "Terminus", "type": "object", "maturity": "draft", @@ -52,7 +52,7 @@ "type": "array", "ordered": false, "items": { - "$ref": "/ga4gh/schema/vrs/2.x/json/Expression" + "$ref": "/ga4gh/schema/vrs/2.0/json/Expression" } }, "type": { @@ -64,7 +64,7 @@ "location": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation" + "$ref": "/ga4gh/schema/vrs/2.0/json/SequenceLocation" }, { "$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/iriReference" diff --git a/schema/vrs/json/TraversalBlock b/schema/vrs/json/TraversalBlock index 72f91819..9f28ed84 100644 --- a/schema/vrs/json/TraversalBlock +++ b/schema/vrs/json/TraversalBlock @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/TraversalBlock", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/TraversalBlock", "title": "TraversalBlock", "type": "object", "maturity": "draft", @@ -54,7 +54,7 @@ "description": "The unoriented molecular variation component.", "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/Adjacency" + "$ref": "/ga4gh/schema/vrs/2.0/json/Adjacency" } ] }, diff --git a/schema/vrs/json/Variation b/schema/vrs/json/Variation index 863ce9ec..7cc8e020 100644 --- a/schema/vrs/json/Variation +++ b/schema/vrs/json/Variation @@ -1,31 +1,31 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/Variation", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/Variation", "title": "Variation", "type": "object", "maturity": "trial use", "description": "A representation of the state of one or more biomolecules.", "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/Adjacency" + "$ref": "/ga4gh/schema/vrs/2.0/json/Adjacency" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/Allele" + "$ref": "/ga4gh/schema/vrs/2.0/json/Allele" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/CisPhasedBlock" + "$ref": "/ga4gh/schema/vrs/2.0/json/CisPhasedBlock" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/CopyNumberChange" + "$ref": "/ga4gh/schema/vrs/2.0/json/CopyNumberChange" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/CopyNumberCount" + "$ref": "/ga4gh/schema/vrs/2.0/json/CopyNumberCount" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/DerivativeMolecule" + "$ref": "/ga4gh/schema/vrs/2.0/json/DerivativeMolecule" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/Terminus" + "$ref": "/ga4gh/schema/vrs/2.0/json/Terminus" } ], "discriminator": { diff --git a/schema/vrs/json/residue b/schema/vrs/json/residue index 332f894f..c89150a6 100644 --- a/schema/vrs/json/residue +++ b/schema/vrs/json/residue @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/residue", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/residue", "title": "residue", "type": "string", "maturity": "trial use", diff --git a/schema/vrs/json/sequenceString b/schema/vrs/json/sequenceString index 054224ea..2553fd4c 100644 --- a/schema/vrs/json/sequenceString +++ b/schema/vrs/json/sequenceString @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/sequenceString", + "$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/sequenceString", "title": "sequenceString", "type": "string", "maturity": "trial use", diff --git a/schema/vrs/vrs-source.yaml b/schema/vrs/vrs-source.yaml index 3d6d9cb8..683da07a 100644 --- a/schema/vrs/vrs-source.yaml +++ b/schema/vrs/vrs-source.yaml @@ -9,7 +9,7 @@ # https://json-schema.org/understanding-json-schema/reference/schema.html $schema: "https://json-schema.org/draft/2020-12/schema" -$id: "https://w3id.org/ga4gh/schema/vrs/2.x/vrs-source.yaml" +$id: "https://w3id.org/ga4gh/schema/vrs/2.0/vrs-source.yaml" title: "GA4GH-VRS-Definitions" type: object strict: true