Skip to content

Commit

Permalink
create ballot version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner committed Aug 22, 2024
1 parent 3e12f08 commit 8f2c248
Show file tree
Hide file tree
Showing 22 changed files with 73 additions and 73 deletions.
12 changes: 6 additions & 6 deletions schema/vrs/json/Adjacency
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand All @@ -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"
Expand All @@ -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"
}
]
},
Expand Down
12 changes: 6 additions & 6 deletions schema/vrs/json/Allele
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand All @@ -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"
Expand All @@ -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"
}
]
}
Expand Down
8 changes: 4 additions & 4 deletions schema/vrs/json/CisPhasedBlock
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand All @@ -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"
Expand All @@ -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."
}
},
Expand Down
6 changes: 3 additions & 3 deletions schema/vrs/json/CopyNumberChange
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions schema/vrs/json/CopyNumberCount
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions schema/vrs/json/DerivativeMolecule
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/json/Expression
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schema/vrs/json/LengthExpression
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions schema/vrs/json/LiteralSequenceExpression
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
},
Expand Down
12 changes: 6 additions & 6 deletions schema/vrs/json/MolecularVariation
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/json/Range
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions schema/vrs/json/ReferenceLengthExpression
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/json/Residue
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 4 additions & 4 deletions schema/vrs/json/SequenceExpression
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
10 changes: 5 additions & 5 deletions schema/vrs/json/SequenceLocation
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/json/SequenceReference
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading

0 comments on commit 8f2c248

Please sign in to comment.