Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/vrsPublic

Commitb277adb

Browse files
committed
pre-release versioning
1 parentd9acd4b commitb277adb

24 files changed

+98
-98
lines changed

‎schema/vrs/json/Adjacency

Lines changed: 8 additions & 8 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.x/json/Adjacency",
3+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Adjacency",
44
"title": "Adjacency",
55
"type": "object",
66
"maturity": "draft",
@@ -39,7 +39,7 @@
3939
"type": "array",
4040
"ordered": false,
4141
"items": {
42-
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/Extension"
42+
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/Extension"
4343
},
4444
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
4545
"$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."
@@ -53,7 +53,7 @@
5353
"type": "array",
5454
"ordered": false,
5555
"items": {
56-
"$ref": "/ga4gh/schema/vrs/2.x/json/Expression"
56+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Expression"
5757
}
5858
},
5959
"type": {
@@ -69,10 +69,10 @@
6969
"items": {
7070
"oneOf": [
7171
{
72-
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation"
72+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/SequenceLocation"
7373
},
7474
{
75-
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI"
75+
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/IRI"
7676
}
7777
]
7878
},
@@ -84,13 +84,13 @@
8484
"description": "The sequence found between adjoined sequences.",
8585
"oneOf": [
8686
{
87-
"$ref": "/ga4gh/schema/vrs/2.x/json/LengthExpression"
87+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/LengthExpression"
8888
},
8989
{
90-
"$ref": "/ga4gh/schema/vrs/2.x/json/LiteralSequenceExpression"
90+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/LiteralSequenceExpression"
9191
},
9292
{
93-
"$ref": "/ga4gh/schema/vrs/2.x/json/ReferenceLengthExpression"
93+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/ReferenceLengthExpression"
9494
}
9595
]
9696
},

‎schema/vrs/json/Allele

Lines changed: 8 additions & 8 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.x/json/Allele",
3+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Allele",
44
"title": "Allele",
55
"type": "object",
66
"maturity": "draft",
@@ -39,7 +39,7 @@
3939
"type": "array",
4040
"ordered": false,
4141
"items": {
42-
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/Extension"
42+
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/Extension"
4343
},
4444
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
4545
"$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."
@@ -53,7 +53,7 @@
5353
"type": "array",
5454
"ordered": false,
5555
"items": {
56-
"$ref": "/ga4gh/schema/vrs/2.x/json/Expression"
56+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Expression"
5757
}
5858
},
5959
"type": {
@@ -65,10 +65,10 @@
6565
"location": {
6666
"oneOf": [
6767
{
68-
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation"
68+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/SequenceLocation"
6969
},
7070
{
71-
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI"
71+
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/IRI"
7272
}
7373
],
7474
"description": "The location of the Allele"
@@ -77,13 +77,13 @@
7777
"description": "An expression of the sequence state",
7878
"oneOf": [
7979
{
80-
"$ref": "/ga4gh/schema/vrs/2.x/json/LengthExpression"
80+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/LengthExpression"
8181
},
8282
{
83-
"$ref": "/ga4gh/schema/vrs/2.x/json/LiteralSequenceExpression"
83+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/LiteralSequenceExpression"
8484
},
8585
{
86-
"$ref": "/ga4gh/schema/vrs/2.x/json/ReferenceLengthExpression"
86+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/ReferenceLengthExpression"
8787
}
8888
]
8989
}

‎schema/vrs/json/CisPhasedBlock

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.x/json/CisPhasedBlock",
3+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/CisPhasedBlock",
44
"title": "CisPhasedBlock",
55
"type": "object",
66
"maturity": "draft",
@@ -38,7 +38,7 @@
3838
"type": "array",
3939
"ordered": false,
4040
"items": {
41-
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/Extension"
41+
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/Extension"
4242
},
4343
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
4444
"$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."
@@ -52,7 +52,7 @@
5252
"type": "array",
5353
"ordered": false,
5454
"items": {
55-
"$ref": "/ga4gh/schema/vrs/2.x/json/Expression"
55+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Expression"
5656
}
5757
},
5858
"type": {
@@ -69,17 +69,17 @@
6969
"items": {
7070
"oneOf": [
7171
{
72-
"$ref": "/ga4gh/schema/vrs/2.x/json/Allele"
72+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Allele"
7373
},
7474
{
75-
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI"
75+
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/IRI"
7676
}
7777
]
7878
},
7979
"description": "A list of Alleles that are found in-cis on a shared molecule."
8080
},
8181
"sequenceReference": {
82-
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceReference",
82+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.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: 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.x/json/CopyNumberChange",
3+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/CopyNumberChange",
44
"title": "CopyNumberChange",
55
"type": "object",
66
"maturity": "draft",
@@ -39,7 +39,7 @@
3939
"type": "array",
4040
"ordered": false,
4141
"items": {
42-
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/Extension"
42+
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/Extension"
4343
},
4444
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
4545
"$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."
@@ -53,16 +53,16 @@
5353
"type": "array",
5454
"ordered": false,
5555
"items": {
56-
"$ref": "/ga4gh/schema/vrs/2.x/json/Expression"
56+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Expression"
5757
}
5858
},
5959
"location": {
6060
"oneOf": [
6161
{
62-
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation"
62+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/SequenceLocation"
6363
},
6464
{
65-
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI"
65+
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/IRI"
6666
}
6767
],
6868
"description": "A location for which the number of systemic copies is described."
@@ -75,7 +75,7 @@
7575
},
7676
"copyChange": {
7777
"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).",
78-
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/Coding"
78+
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/Coding"
7979
}
8080
},
8181
"required": [

‎schema/vrs/json/CopyNumberCount

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.x/json/CopyNumberCount",
3+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/CopyNumberCount",
44
"title": "CopyNumberCount",
55
"type": "object",
66
"maturity": "draft",
@@ -39,7 +39,7 @@
3939
"type": "array",
4040
"ordered": false,
4141
"items": {
42-
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/Extension"
42+
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/Extension"
4343
},
4444
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
4545
"$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."
@@ -53,16 +53,16 @@
5353
"type": "array",
5454
"ordered": false,
5555
"items": {
56-
"$ref": "/ga4gh/schema/vrs/2.x/json/Expression"
56+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Expression"
5757
}
5858
},
5959
"location": {
6060
"oneOf": [
6161
{
62-
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation"
62+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/SequenceLocation"
6363
},
6464
{
65-
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI"
65+
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/IRI"
6666
}
6767
],
6868
"description": "A location for which the number of systemic copies is described."
@@ -76,7 +76,7 @@
7676
"copies": {
7777
"oneOf": [
7878
{
79-
"$ref": "/ga4gh/schema/vrs/2.x/json/Range"
79+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Range"
8080
},
8181
{
8282
"type": "integer"

‎schema/vrs/json/DerivativeMolecule

Lines changed: 5 additions & 5 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.x/json/DerivativeMolecule",
3+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/DerivativeMolecule",
44
"title": "DerivativeMolecule",
55
"type": "object",
66
"maturity": "draft",
@@ -38,7 +38,7 @@
3838
"type": "array",
3939
"ordered": false,
4040
"items": {
41-
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/Extension"
41+
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/Extension"
4242
},
4343
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
4444
"$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."
@@ -52,7 +52,7 @@
5252
"type": "array",
5353
"ordered": false,
5454
"items": {
55-
"$ref": "/ga4gh/schema/vrs/2.x/json/Expression"
55+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Expression"
5656
}
5757
},
5858
"type": {
@@ -68,10 +68,10 @@
6868
"items": {
6969
"oneOf": [
7070
{
71-
"$ref": "/ga4gh/schema/vrs/2.x/json/TraversalBlock"
71+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/TraversalBlock"
7272
},
7373
{
74-
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI"
74+
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/IRI"
7575
}
7676
]
7777
},

‎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.x/json/Expression",
3+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Expression",
44
"title": "Expression",
55
"type": "object",
66
"maturity": "draft",

‎schema/vrs/json/LengthExpression

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.x/json/LengthExpression",
3+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/LengthExpression",
44
"title": "LengthExpression",
55
"type": "object",
66
"maturity": "draft",
@@ -37,7 +37,7 @@
3737
"type": "array",
3838
"ordered": false,
3939
"items": {
40-
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/Extension"
40+
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/Extension"
4141
},
4242
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
4343
"$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."
@@ -53,7 +53,7 @@
5353
"description": "The length of the sequence.",
5454
"oneOf": [
5555
{
56-
"$ref": "/ga4gh/schema/vrs/2.x/json/Range"
56+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Range"
5757
},
5858
{
5959
"type": "integer"

‎schema/vrs/json/LiteralSequenceExpression

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.x/json/LiteralSequenceExpression",
3+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/LiteralSequenceExpression",
44
"title": "LiteralSequenceExpression",
55
"type": "object",
66
"maturity": "draft",
@@ -37,7 +37,7 @@
3737
"type": "array",
3838
"ordered": false,
3939
"items": {
40-
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/Extension"
40+
"$ref": "/ga4gh/schema/gks-common/1.0.0-connect.2024-09.1/data-types/json/Extension"
4141
},
4242
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
4343
"$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."
@@ -50,7 +50,7 @@
5050
"default": "LiteralSequenceExpression"
5151
},
5252
"sequence": {
53-
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceString",
53+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.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,10 +1,10 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/Location",
3+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/Location",
44
"title": "Location",
55
"type": "object",
66
"description": "A contiguous segment of a biological sequence.",
7-
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation",
7+
"$ref": "/ga4gh/schema/vrs/2.0.0-connect.2024-09.1/json/SequenceLocation",
88
"discriminator": {
99
"propertyName": "type"
1010
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp