diff --git a/schema/vrs/json/Adjacency b/schema/vrs/json/Adjacency index d7756276..0124ff2c 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.0-ballot.2024-08.1/json/Adjacency", "title": "Adjacency", "type": "object", "maturity": "draft", @@ -51,7 +51,7 @@ "type": "array", "ordered": false, "items": { - "$ref": "/ga4gh/schema/vrs/2.x/json/Expression" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/Expression" } }, "type": { @@ -67,7 +67,7 @@ "items": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/SequenceLocation" }, { "$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI" @@ -82,13 +82,13 @@ "description": "The sequence found between adjoined sequences.", "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/LengthExpression" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/LengthExpression" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/LiteralSequenceExpression" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/LiteralSequenceExpression" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/ReferenceLengthExpression" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/ReferenceLengthExpression" } ] }, diff --git a/schema/vrs/json/Allele b/schema/vrs/json/Allele index 460007c3..659d9b21 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.0-ballot.2024-08.1/json/Allele", "title": "Allele", "type": "object", "maturity": "draft", @@ -51,7 +51,7 @@ "type": "array", "ordered": false, "items": { - "$ref": "/ga4gh/schema/vrs/2.x/json/Expression" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/Expression" } }, "type": { @@ -63,7 +63,7 @@ "location": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/SequenceLocation" }, { "$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI" @@ -75,13 +75,13 @@ "description": "An expression of the sequence state", "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/LengthExpression" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/LengthExpression" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/LiteralSequenceExpression" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/LiteralSequenceExpression" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/ReferenceLengthExpression" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/ReferenceLengthExpression" } ] } diff --git a/schema/vrs/json/CisPhasedBlock b/schema/vrs/json/CisPhasedBlock index cdfc7910..6379fe50 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.0-ballot.2024-08.1/json/CisPhasedBlock", "title": "CisPhasedBlock", "type": "object", "maturity": "draft", @@ -50,7 +50,7 @@ "type": "array", "ordered": false, "items": { - "$ref": "/ga4gh/schema/vrs/2.x/json/Expression" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/Expression" } }, "type": { @@ -67,7 +67,7 @@ "items": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/Allele" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/Allele" }, { "$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI" @@ -77,7 +77,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.0-ballot.2024-08.1/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 a9c374eb..d978ccbf 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.0-ballot.2024-08.1/json/CopyNumberChange", "title": "CopyNumberChange", "type": "object", "maturity": "draft", @@ -51,13 +51,13 @@ "type": "array", "ordered": false, "items": { - "$ref": "/ga4gh/schema/vrs/2.x/json/Expression" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/Expression" } }, "location": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/SequenceLocation" }, { "$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI" diff --git a/schema/vrs/json/CopyNumberCount b/schema/vrs/json/CopyNumberCount index fee12beb..2877b506 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.0-ballot.2024-08.1/json/CopyNumberCount", "title": "CopyNumberCount", "type": "object", "maturity": "draft", @@ -51,13 +51,13 @@ "type": "array", "ordered": false, "items": { - "$ref": "/ga4gh/schema/vrs/2.x/json/Expression" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/Expression" } }, "location": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/SequenceLocation" }, { "$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI" @@ -74,7 +74,7 @@ "copies": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/Range" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/Range" }, { "type": "integer" diff --git a/schema/vrs/json/DerivativeMolecule b/schema/vrs/json/DerivativeMolecule index b666e511..a4e8cfcf 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.0-ballot.2024-08.1/json/DerivativeMolecule", "title": "DerivativeMolecule", "type": "object", "maturity": "draft", @@ -50,7 +50,7 @@ "type": "array", "ordered": false, "items": { - "$ref": "/ga4gh/schema/vrs/2.x/json/Expression" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/Expression" } }, "type": { @@ -66,7 +66,7 @@ "items": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/TraversalBlock" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/TraversalBlock" }, { "$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI" diff --git a/schema/vrs/json/Expression b/schema/vrs/json/Expression index fa4776cc..6200c245 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.0-ballot.2024-08.1/json/Expression", "title": "Expression", "type": "object", "maturity": "draft", diff --git a/schema/vrs/json/LengthExpression b/schema/vrs/json/LengthExpression index e7f9ffba..7bba2b23 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.0-ballot.2024-08.1/json/LengthExpression", "title": "LengthExpression", "type": "object", "maturity": "draft", @@ -50,7 +50,7 @@ "description": "The length of the sequence.", "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/Range" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/Range" }, { "type": "integer" diff --git a/schema/vrs/json/LiteralSequenceExpression b/schema/vrs/json/LiteralSequenceExpression index fffe120d..60ecc294 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.0-ballot.2024-08.1/json/LiteralSequenceExpression", "title": "LiteralSequenceExpression", "type": "object", "maturity": "draft", @@ -47,7 +47,7 @@ "default": "LiteralSequenceExpression" }, "sequence": { - "$ref": "/ga4gh/schema/vrs/2.x/json/SequenceString", + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/SequenceString", "description": "the literal sequence" } }, diff --git a/schema/vrs/json/MolecularVariation b/schema/vrs/json/MolecularVariation index 9d8076a6..70f8ce3c 100644 --- a/schema/vrs/json/MolecularVariation +++ b/schema/vrs/json/MolecularVariation @@ -1,24 +1,24 @@ { "$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.0-ballot.2024-08.1/json/MolecularVariation", "title": "MolecularVariation", "type": "object", "description": "A variation on a contiguous molecule.", "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/Adjacency" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/Adjacency" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/Allele" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/Allele" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/CisPhasedBlock" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/CisPhasedBlock" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/DerivativeMolecule" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/DerivativeMolecule" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/Terminus" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/Terminus" } ], "discriminator": { diff --git a/schema/vrs/json/Range b/schema/vrs/json/Range index 5ae7fda1..af684a4e 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.0-ballot.2024-08.1/json/Range", "title": "Range", "type": "array", "maturity": "draft", diff --git a/schema/vrs/json/ReferenceLengthExpression b/schema/vrs/json/ReferenceLengthExpression index 30c3fe0b..b215027c 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.0-ballot.2024-08.1/json/ReferenceLengthExpression", "title": "ReferenceLengthExpression", "type": "object", "maturity": "draft", @@ -50,7 +50,7 @@ "length": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/Range" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/Range" }, { "type": "integer" @@ -59,7 +59,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.0-ballot.2024-08.1/json/SequenceString", "description": "the literal Sequence encoded by the Reference Length Expression." }, "repeatSubunitLength": { diff --git a/schema/vrs/json/Residue b/schema/vrs/json/Residue index d96de64c..b5179008 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.0-ballot.2024-08.1/json/Residue", "title": "Residue", "type": "string", "maturity": "draft", diff --git a/schema/vrs/json/SequenceExpression b/schema/vrs/json/SequenceExpression index 28a7b3ef..b49da3de 100644 --- a/schema/vrs/json/SequenceExpression +++ b/schema/vrs/json/SequenceExpression @@ -1,18 +1,18 @@ { "$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.0-ballot.2024-08.1/json/SequenceExpression", "title": "SequenceExpression", "type": "object", "description": "An expression describing a Sequence.", "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/LengthExpression" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/LengthExpression" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/LiteralSequenceExpression" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/LiteralSequenceExpression" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/ReferenceLengthExpression" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/ReferenceLengthExpression" } ], "discriminator": { diff --git a/schema/vrs/json/SequenceLocation b/schema/vrs/json/SequenceLocation index fbde683b..bf13bd6b 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.0-ballot.2024-08.1/json/SequenceLocation", "title": "SequenceLocation", "type": "object", "maturity": "draft", @@ -57,7 +57,7 @@ "sequenceReference": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/SequenceReference" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/SequenceReference" }, { "$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI" @@ -68,7 +68,7 @@ "start": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/Range" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/Range" }, { "type": "integer" @@ -79,7 +79,7 @@ "end": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/Range" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/Range" }, { "type": "integer" @@ -89,7 +89,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.0-ballot.2024-08.1/json/SequenceString" } }, "required": [ diff --git a/schema/vrs/json/SequenceReference b/schema/vrs/json/SequenceReference index b1bc3807..79ee46b8 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.0-ballot.2024-08.1/json/SequenceReference", "title": "SequenceReference", "type": "object", "maturity": "draft", diff --git a/schema/vrs/json/SequenceString b/schema/vrs/json/SequenceString index 40c51588..724b9c06 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.0-ballot.2024-08.1/json/SequenceString", "title": "SequenceString", "type": "string", "maturity": "draft", diff --git a/schema/vrs/json/SystemicVariation b/schema/vrs/json/SystemicVariation index d7e4d617..27d2e274 100644 --- a/schema/vrs/json/SystemicVariation +++ b/schema/vrs/json/SystemicVariation @@ -1,15 +1,15 @@ { "$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.0-ballot.2024-08.1/json/SystemicVariation", "title": "SystemicVariation", "type": "object", "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.0-ballot.2024-08.1/json/CopyNumberChange" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/CopyNumberCount" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/CopyNumberCount" } ], "discriminator": { diff --git a/schema/vrs/json/Terminus b/schema/vrs/json/Terminus index f753c807..c9bee30a 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.0-ballot.2024-08.1/json/Terminus", "title": "Terminus", "type": "object", "maturity": "draft", @@ -50,7 +50,7 @@ "type": "array", "ordered": false, "items": { - "$ref": "/ga4gh/schema/vrs/2.x/json/Expression" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/Expression" } }, "type": { @@ -62,7 +62,7 @@ "location": { "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/SequenceLocation" }, { "$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI" diff --git a/schema/vrs/json/TraversalBlock b/schema/vrs/json/TraversalBlock index f60fdf2e..5d9435de 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.0-ballot.2024-08.1/json/TraversalBlock", "title": "TraversalBlock", "type": "object", "maturity": "draft", @@ -51,16 +51,16 @@ "description": "The unoriented molecular variation component.", "oneOf": [ { - "$ref": "/ga4gh/schema/vrs/2.x/json/Adjacency" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/Adjacency" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/Allele" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/Allele" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/CisPhasedBlock" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/CisPhasedBlock" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/Terminus" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/Terminus" } ] }, diff --git a/schema/vrs/json/Variation b/schema/vrs/json/Variation index e0c44080..c051cb3c 100644 --- a/schema/vrs/json/Variation +++ b/schema/vrs/json/Variation @@ -1,30 +1,30 @@ { "$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.0-ballot.2024-08.1/json/Variation", "title": "Variation", "type": "object", "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.0-ballot.2024-08.1/json/Adjacency" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/Allele" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/Allele" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/CisPhasedBlock" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/CisPhasedBlock" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/CopyNumberChange" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/CopyNumberChange" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/CopyNumberCount" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/CopyNumberCount" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/DerivativeMolecule" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/DerivativeMolecule" }, { - "$ref": "/ga4gh/schema/vrs/2.x/json/Terminus" + "$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-08.1/json/Terminus" } ], "discriminator": { diff --git a/schema/vrs/vrs-source.yaml b/schema/vrs/vrs-source.yaml index fe536461..1cbac5a3 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.0-ballot.2024-08.1/vrs-source.yaml" title: "GA4GH-VRS-Definitions" type: object strict: true