Skip to content

Commit

Permalink
pre-release versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner committed Sep 18, 2024
1 parent d9acd4b commit b277adb
Show file tree
Hide file tree
Showing 24 changed files with 98 additions and 98 deletions.
16 changes: 8 additions & 8 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-connect.2024-09.1/json/Adjacency",
"title": "Adjacency",
"type": "object",
"maturity": "draft",
Expand Down Expand Up @@ -39,7 +39,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/Extension"
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/Extension"
},
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
"$comment": "Extension objects have a key-value data structure that allows definition of custom fields in the data itself. Extensions are not expected to be natively understood, but may be used for pre-negotiated exchange of message attributes between systems."
Expand All @@ -53,7 +53,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/vrs/2.x/json/Expression"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Expression"
}
},
"type": {
Expand All @@ -69,10 +69,10 @@
"items": {
"oneOf": [
{
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/SequenceLocation"
},
{
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI"
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/IRI"
}
]
},
Expand All @@ -84,13 +84,13 @@
"description": "The sequence found between adjoined sequences.",
"oneOf": [
{
"$ref": "/ga4gh/schema/vrs/2.x/json/LengthExpression"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/LengthExpression"
},
{
"$ref": "/ga4gh/schema/vrs/2.x/json/LiteralSequenceExpression"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/LiteralSequenceExpression"
},
{
"$ref": "/ga4gh/schema/vrs/2.x/json/ReferenceLengthExpression"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/ReferenceLengthExpression"
}
]
},
Expand Down
16 changes: 8 additions & 8 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-connect.2024-09.1/json/Allele",
"title": "Allele",
"type": "object",
"maturity": "draft",
Expand Down Expand Up @@ -39,7 +39,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/Extension"
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/Extension"
},
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
"$comment": "Extension objects have a key-value data structure that allows definition of custom fields in the data itself. Extensions are not expected to be natively understood, but may be used for pre-negotiated exchange of message attributes between systems."
Expand All @@ -53,7 +53,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/vrs/2.x/json/Expression"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Expression"
}
},
"type": {
Expand All @@ -65,10 +65,10 @@
"location": {
"oneOf": [
{
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/SequenceLocation"
},
{
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI"
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/IRI"
}
],
"description": "The location of the Allele"
Expand All @@ -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.0-connect.2024-09.1/json/LengthExpression"
},
{
"$ref": "/ga4gh/schema/vrs/2.x/json/LiteralSequenceExpression"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/LiteralSequenceExpression"
},
{
"$ref": "/ga4gh/schema/vrs/2.x/json/ReferenceLengthExpression"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/ReferenceLengthExpression"
}
]
}
Expand Down
12 changes: 6 additions & 6 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-connect.2024-09.1/json/CisPhasedBlock",
"title": "CisPhasedBlock",
"type": "object",
"maturity": "draft",
Expand Down Expand Up @@ -38,7 +38,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/Extension"
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/Extension"
},
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
"$comment": "Extension objects have a key-value data structure that allows definition of custom fields in the data itself. Extensions are not expected to be natively understood, but may be used for pre-negotiated exchange of message attributes between systems."
Expand All @@ -52,7 +52,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/vrs/2.x/json/Expression"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Expression"
}
},
"type": {
Expand All @@ -69,17 +69,17 @@
"items": {
"oneOf": [
{
"$ref": "/ga4gh/schema/vrs/2.x/json/Allele"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Allele"
},
{
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI"
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/IRI"
}
]
},
"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-connect.2024-09.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
12 changes: 6 additions & 6 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-connect.2024-09.1/json/CopyNumberChange",
"title": "CopyNumberChange",
"type": "object",
"maturity": "draft",
Expand Down Expand Up @@ -39,7 +39,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/Extension"
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/Extension"
},
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
"$comment": "Extension objects have a key-value data structure that allows definition of custom fields in the data itself. Extensions are not expected to be natively understood, but may be used for pre-negotiated exchange of message attributes between systems."
Expand All @@ -53,16 +53,16 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/vrs/2.x/json/Expression"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Expression"
}
},
"location": {
"oneOf": [
{
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/SequenceLocation"
},
{
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI"
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/IRI"
}
],
"description": "A location for which the number of systemic copies is described."
Expand All @@ -75,7 +75,7 @@
},
"copyChange": {
"description": "MUST be a Coding representing one of \"EFO:0030069\" (complete genomic loss), \"EFO:0020073\" (high-level loss), \"EFO:0030068\" (low-level loss), \"EFO:0030067\" (loss), \"EFO:0030064\" (regional base ploidy), \"EFO:0030070\" (gain), \"EFO:0030071\" (low-level gain), \"EFO:0030072\" (high-level gain).",
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/Coding"
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/Coding"
}
},
"required": [
Expand Down
12 changes: 6 additions & 6 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-connect.2024-09.1/json/CopyNumberCount",
"title": "CopyNumberCount",
"type": "object",
"maturity": "draft",
Expand Down Expand Up @@ -39,7 +39,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/Extension"
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/Extension"
},
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
"$comment": "Extension objects have a key-value data structure that allows definition of custom fields in the data itself. Extensions are not expected to be natively understood, but may be used for pre-negotiated exchange of message attributes between systems."
Expand All @@ -53,16 +53,16 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/vrs/2.x/json/Expression"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Expression"
}
},
"location": {
"oneOf": [
{
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/SequenceLocation"
},
{
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI"
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/IRI"
}
],
"description": "A location for which the number of systemic copies is described."
Expand All @@ -76,7 +76,7 @@
"copies": {
"oneOf": [
{
"$ref": "/ga4gh/schema/vrs/2.x/json/Range"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Range"
},
{
"type": "integer"
Expand Down
10 changes: 5 additions & 5 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-connect.2024-09.1/json/DerivativeMolecule",
"title": "DerivativeMolecule",
"type": "object",
"maturity": "draft",
Expand Down Expand Up @@ -38,7 +38,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/Extension"
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/Extension"
},
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
"$comment": "Extension objects have a key-value data structure that allows definition of custom fields in the data itself. Extensions are not expected to be natively understood, but may be used for pre-negotiated exchange of message attributes between systems."
Expand All @@ -52,7 +52,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/vrs/2.x/json/Expression"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Expression"
}
},
"type": {
Expand All @@ -68,10 +68,10 @@
"items": {
"oneOf": [
{
"$ref": "/ga4gh/schema/vrs/2.x/json/TraversalBlock"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/TraversalBlock"
},
{
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI"
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/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-connect.2024-09.1/json/Expression",
"title": "Expression",
"type": "object",
"maturity": "draft",
Expand Down
6 changes: 3 additions & 3 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-connect.2024-09.1/json/LengthExpression",
"title": "LengthExpression",
"type": "object",
"maturity": "draft",
Expand Down Expand Up @@ -37,7 +37,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/Extension"
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/Extension"
},
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
"$comment": "Extension objects have a key-value data structure that allows definition of custom fields in the data itself. Extensions are not expected to be natively understood, but may be used for pre-negotiated exchange of message attributes between systems."
Expand All @@ -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.0-connect.2024-09.1/json/Range"
},
{
"type": "integer"
Expand Down
6 changes: 3 additions & 3 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-connect.2024-09.1/json/LiteralSequenceExpression",
"title": "LiteralSequenceExpression",
"type": "object",
"maturity": "draft",
Expand Down Expand Up @@ -37,7 +37,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/Extension"
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/Extension"
},
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
"$comment": "Extension objects have a key-value data structure that allows definition of custom fields in the data itself. Extensions are not expected to be natively understood, but may be used for pre-negotiated exchange of message attributes between systems."
Expand All @@ -50,7 +50,7 @@
"default": "LiteralSequenceExpression"
},
"sequence": {
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceString",
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/SequenceString",
"description": "the literal sequence"
}
},
Expand Down
4 changes: 2 additions & 2 deletions schema/vrs/json/Location
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$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.0-connect.2024-09.1/json/Location",
"title": "Location",
"type": "object",
"description": "A contiguous segment of a biological sequence.",
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation",
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/SequenceLocation",
"discriminator": {
"propertyName": "type"
}
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-connect.2024-09.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-connect.2024-09.1/json/Adjacency"
},
{
"$ref": "/ga4gh/schema/vrs/2.x/json/Allele"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Allele"
},
{
"$ref": "/ga4gh/schema/vrs/2.x/json/CisPhasedBlock"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/CisPhasedBlock"
},
{
"$ref": "/ga4gh/schema/vrs/2.x/json/DerivativeMolecule"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/DerivativeMolecule"
},
{
"$ref": "/ga4gh/schema/vrs/2.x/json/Terminus"
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Terminus"
}
],
"discriminator": {
Expand Down
Loading

0 comments on commit b277adb

Please sign in to comment.