Skip to content

Commit a6c429c

Browse files
committed
prep 2.0 pre-release snapshot
1 parent 8ee9a2e commit a6c429c

23 files changed

+76
-76
lines changed

schema/vrs/json/Adjacency

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/Adjacency",
3+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Adjacency",
44
"title": "Adjacency",
55
"type": "object",
66
"maturity": "trial use",
@@ -53,7 +53,7 @@
5353
"type": "array",
5454
"ordered": false,
5555
"items": {
56-
"$ref": "/ga4gh/schema/vrs/2.0/json/Expression"
56+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Expression"
5757
}
5858
},
5959
"type": {
@@ -69,7 +69,7 @@
6969
"items": {
7070
"oneOf": [
7171
{
72-
"$ref": "/ga4gh/schema/vrs/2.0/json/SequenceLocation"
72+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/SequenceLocation"
7373
},
7474
{
7575
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/iriReference"
@@ -90,13 +90,13 @@
9090
"description": "The sequence found between adjoined sequences.",
9191
"oneOf": [
9292
{
93-
"$ref": "/ga4gh/schema/vrs/2.0/json/LengthExpression"
93+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/LengthExpression"
9494
},
9595
{
96-
"$ref": "/ga4gh/schema/vrs/2.0/json/LiteralSequenceExpression"
96+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/LiteralSequenceExpression"
9797
},
9898
{
99-
"$ref": "/ga4gh/schema/vrs/2.0/json/ReferenceLengthExpression"
99+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/ReferenceLengthExpression"
100100
}
101101
]
102102
},

schema/vrs/json/Allele

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/Allele",
3+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Allele",
44
"title": "Allele",
55
"type": "object",
66
"maturity": "trial use",
@@ -53,7 +53,7 @@
5353
"type": "array",
5454
"ordered": false,
5555
"items": {
56-
"$ref": "/ga4gh/schema/vrs/2.0/json/Expression"
56+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Expression"
5757
}
5858
},
5959
"type": {
@@ -65,7 +65,7 @@
6565
"location": {
6666
"oneOf": [
6767
{
68-
"$ref": "/ga4gh/schema/vrs/2.0/json/SequenceLocation"
68+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/SequenceLocation"
6969
},
7070
{
7171
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/iriReference"
@@ -77,13 +77,13 @@
7777
"description": "An expression of the sequence state",
7878
"oneOf": [
7979
{
80-
"$ref": "/ga4gh/schema/vrs/2.0/json/LengthExpression"
80+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/LengthExpression"
8181
},
8282
{
83-
"$ref": "/ga4gh/schema/vrs/2.0/json/LiteralSequenceExpression"
83+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/LiteralSequenceExpression"
8484
},
8585
{
86-
"$ref": "/ga4gh/schema/vrs/2.0/json/ReferenceLengthExpression"
86+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/ReferenceLengthExpression"
8787
}
8888
]
8989
}

schema/vrs/json/CisPhasedBlock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/CisPhasedBlock",
3+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/CisPhasedBlock",
44
"title": "CisPhasedBlock",
55
"type": "object",
66
"maturity": "trial use",
@@ -52,7 +52,7 @@
5252
"type": "array",
5353
"ordered": false,
5454
"items": {
55-
"$ref": "/ga4gh/schema/vrs/2.0/json/Expression"
55+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Expression"
5656
}
5757
},
5858
"type": {
@@ -69,7 +69,7 @@
6969
"items": {
7070
"oneOf": [
7171
{
72-
"$ref": "/ga4gh/schema/vrs/2.0/json/Allele"
72+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Allele"
7373
},
7474
{
7575
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/iriReference"
@@ -79,7 +79,7 @@
7979
"description": "A list of Alleles that are found in-cis on a shared molecule."
8080
},
8181
"sequenceReference": {
82-
"$ref": "/ga4gh/schema/vrs/2.0/json/SequenceReference",
82+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/SequenceReference",
8383
"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."
8484
}
8585
},

schema/vrs/json/CopyNumberChange

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/CopyNumberChange",
3+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/CopyNumberChange",
44
"title": "CopyNumberChange",
55
"type": "object",
66
"maturity": "draft",
@@ -53,7 +53,7 @@
5353
"type": "array",
5454
"ordered": false,
5555
"items": {
56-
"$ref": "/ga4gh/schema/vrs/2.0/json/Expression"
56+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Expression"
5757
}
5858
},
5959
"type": {
@@ -65,7 +65,7 @@
6565
"location": {
6666
"oneOf": [
6767
{
68-
"$ref": "/ga4gh/schema/vrs/2.0/json/SequenceLocation"
68+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/SequenceLocation"
6969
},
7070
{
7171
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/iriReference"

schema/vrs/json/CopyNumberCount

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/CopyNumberCount",
3+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/CopyNumberCount",
44
"title": "CopyNumberCount",
55
"type": "object",
66
"maturity": "trial use",
@@ -53,7 +53,7 @@
5353
"type": "array",
5454
"ordered": false,
5555
"items": {
56-
"$ref": "/ga4gh/schema/vrs/2.0/json/Expression"
56+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Expression"
5757
}
5858
},
5959
"type": {
@@ -65,7 +65,7 @@
6565
"location": {
6666
"oneOf": [
6767
{
68-
"$ref": "/ga4gh/schema/vrs/2.0/json/SequenceLocation"
68+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/SequenceLocation"
6969
},
7070
{
7171
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/iriReference"
@@ -76,7 +76,7 @@
7676
"copies": {
7777
"oneOf": [
7878
{
79-
"$ref": "/ga4gh/schema/vrs/2.0/json/Range"
79+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Range"
8080
},
8181
{
8282
"type": "integer"

schema/vrs/json/DerivativeMolecule

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/DerivativeMolecule",
3+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/DerivativeMolecule",
44
"title": "DerivativeMolecule",
55
"type": "object",
66
"maturity": "draft",
@@ -52,7 +52,7 @@
5252
"type": "array",
5353
"ordered": false,
5454
"items": {
55-
"$ref": "/ga4gh/schema/vrs/2.0/json/Expression"
55+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Expression"
5656
}
5757
},
5858
"type": {
@@ -68,16 +68,16 @@
6868
"items": {
6969
"oneOf": [
7070
{
71-
"$ref": "/ga4gh/schema/vrs/2.0/json/Allele"
71+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Allele"
7272
},
7373
{
74-
"$ref": "/ga4gh/schema/vrs/2.0/json/CisPhasedBlock"
74+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/CisPhasedBlock"
7575
},
7676
{
77-
"$ref": "/ga4gh/schema/vrs/2.0/json/Terminus"
77+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Terminus"
7878
},
7979
{
80-
"$ref": "/ga4gh/schema/vrs/2.0/json/TraversalBlock"
80+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/TraversalBlock"
8181
},
8282
{
8383
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/iriReference"

schema/vrs/json/Expression

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/Expression",
3+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Expression",
44
"title": "Expression",
55
"type": "object",
66
"maturity": "trial use",

schema/vrs/json/LengthExpression

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/LengthExpression",
3+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/LengthExpression",
44
"title": "LengthExpression",
55
"type": "object",
66
"maturity": "draft",
@@ -53,7 +53,7 @@
5353
"description": "The length of the sequence.",
5454
"oneOf": [
5555
{
56-
"$ref": "/ga4gh/schema/vrs/2.0/json/Range"
56+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Range"
5757
},
5858
{
5959
"type": "integer"

schema/vrs/json/LiteralSequenceExpression

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/LiteralSequenceExpression",
3+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/LiteralSequenceExpression",
44
"title": "LiteralSequenceExpression",
55
"type": "object",
66
"maturity": "trial use",
@@ -50,7 +50,7 @@
5050
"default": "LiteralSequenceExpression"
5151
},
5252
"sequence": {
53-
"$ref": "/ga4gh/schema/vrs/2.0/json/sequenceString",
53+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/sequenceString",
5454
"description": "the literal sequence"
5555
}
5656
},

schema/vrs/json/Location

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0/json/Location",
3+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Location",
44
"title": "Location",
55
"type": "object",
66
"maturity": "trial use",
77
"description": "A contiguous segment of a biological sequence.",
88
"oneOf": [
99
{
10-
"$ref": "/ga4gh/schema/vrs/2.0/json/SequenceLocation"
10+
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/SequenceLocation"
1111
}
1212
],
1313
"discriminator": {

0 commit comments

Comments
 (0)