Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner committed Nov 27, 2024
1 parent 9a59dd7 commit 470b600
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 42 deletions.
6 changes: 3 additions & 3 deletions schema/cat-vrs/cat-vrs-source.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$schema: "https://json-schema.org/draft/2020-12/schema"
$id: "https://w3id.org/ga4gh/schema/cat-vrs/1.x/cat-vrs-source.yaml"
$id: "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/cat-vrs-source.yaml"
title: GA4GH-Cat-VRS-Definitions
type: object
strict: true
Expand All @@ -9,8 +9,8 @@ imports:
vrs: ../vrs/vrs-source.yaml

namespaces:
gks.core: /ga4gh/schema/gks-core/1.x/json/
vrs: /ga4gh/schema/vrs/2.x/json/
gks.core: /ga4gh/schema/gks-core/1.0.0-snapshot.2024-11.2/json/
vrs: /ga4gh/schema/vrs/1.0.0-ballot.2024-11.1/json/

$defs:

Expand Down
6 changes: 3 additions & 3 deletions schema/cat-vrs/json/CanonicalAllele
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.x/json/CanonicalAllele",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CanonicalAllele",
"title": "CanonicalAllele",
"type": "object",
"maturity": "trial use",
"description": "A canonical allele is defined by an [Allele](https://vrs.ga4gh.org/en/2.x/concepts/MolecularVariation/Allele.html#) that is representative of a collection of congruent Alleles, each of which depict the same nucleic acid change on different underlying reference sequences. Congruent representations of an Allele often exist across different genome assemblies and associated cDNA transcript representations.",
"allOf": [
{
"$ref": "/ga4gh/schema/cat-vrs/1.x/json/CategoricalVariant"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CategoricalVariant"
},
{
"properties": {
Expand All @@ -17,7 +17,7 @@
"contains": {
"allOf": [
{
"$ref": "/ga4gh/schema/cat-vrs/1.x/json/DefiningAlleleConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/DefiningAlleleConstraint"
},
{
"type": "object",
Expand Down
10 changes: 5 additions & 5 deletions schema/cat-vrs/json/CategoricalCnv
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.x/json/CategoricalCnv",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CategoricalCnv",
"title": "CategoricalCnv",
"type": "object",
"maturity": "draft",
"description": "A representation of the constraints for matching knowledge about CNVs.",
"allOf": [
{
"$ref": "/ga4gh/schema/cat-vrs/1.x/json/CategoricalVariant"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CategoricalVariant"
},
{
"properties": {
Expand All @@ -20,7 +20,7 @@
"contains": {
"allOf": [
{
"$ref": "/ga4gh/schema/cat-vrs/1.x/json/DefiningLocationConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/DefiningLocationConstraint"
},
{
"properties": {
Expand All @@ -42,10 +42,10 @@
"contains": {
"oneOf": [
{
"$ref": "/ga4gh/schema/cat-vrs/1.x/json/CopyCountConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CopyCountConstraint"
},
{
"$ref": "/ga4gh/schema/cat-vrs/1.x/json/CopyChangeConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CopyChangeConstraint"
}
]
}
Expand Down
18 changes: 9 additions & 9 deletions schema/cat-vrs/json/CategoricalVariant
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/cat-vrs/1.x/json/CategoricalVariant",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CategoricalVariant",
"title": "CategoricalVariant",
"type": "object",
"maturity": "trial use",
Expand Down Expand Up @@ -31,7 +31,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-core/1.x/json/Extension"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2024-11.1/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,10 +50,10 @@
"items": {
"oneOf": [
{
"$ref": "/ga4gh/schema/gks-core/1.x/json/iriReference"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2024-11.1/json/iriReference"
},
{
"$ref": "/ga4gh/schema/vrs/2.x/json/Variation"
"$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-11.1/json/Variation"
}
]
}
Expand All @@ -64,16 +64,16 @@
"items": {
"oneOf": [
{
"$ref": "/ga4gh/schema/cat-vrs/1.x/json/CopyChangeConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CopyChangeConstraint"
},
{
"$ref": "/ga4gh/schema/cat-vrs/1.x/json/CopyCountConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CopyCountConstraint"
},
{
"$ref": "/ga4gh/schema/cat-vrs/1.x/json/DefiningAlleleConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/DefiningAlleleConstraint"
},
{
"$ref": "/ga4gh/schema/cat-vrs/1.x/json/DefiningLocationConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/DefiningLocationConstraint"
}
]
}
Expand All @@ -82,7 +82,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-core/1.x/json/ConceptMapping"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2024-11.1/json/ConceptMapping"
},
"description": "A list of mappings to concepts in terminologies or code systems. Each mapping should include a coding and a relation."
}
Expand Down
10 changes: 5 additions & 5 deletions schema/cat-vrs/json/Constraint
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.x/json/Constraint",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/Constraint",
"title": "Constraint",
"type": "object",
"maturity": "trial use",
"description": "Constraints are used to construct an intensional semantics of categorical variant types.",
"oneOf": [
{
"$ref": "/ga4gh/schema/cat-vrs/1.x/json/CopyChangeConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CopyChangeConstraint"
},
{
"$ref": "/ga4gh/schema/cat-vrs/1.x/json/CopyCountConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CopyCountConstraint"
},
{
"$ref": "/ga4gh/schema/cat-vrs/1.x/json/DefiningAlleleConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/DefiningAlleleConstraint"
},
{
"$ref": "/ga4gh/schema/cat-vrs/1.x/json/DefiningLocationConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/DefiningLocationConstraint"
}
]
}
2 changes: 1 addition & 1 deletion schema/cat-vrs/json/CopyChangeConstraint
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/cat-vrs/1.x/json/CopyChangeConstraint",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CopyChangeConstraint",
"title": "CopyChangeConstraint",
"type": "object",
"maturity": "draft",
Expand Down
4 changes: 2 additions & 2 deletions schema/cat-vrs/json/CopyCountConstraint
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/cat-vrs/1.x/json/CopyCountConstraint",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CopyCountConstraint",
"title": "CopyCountConstraint",
"type": "object",
"maturity": "trial use",
Expand All @@ -16,7 +16,7 @@
"description": "The precise value or range of copies members of this categorical variant must satisfy.",
"oneOf": [
{
"$ref": "/ga4gh/schema/vrs/2.x/json/Range"
"$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-11.1/json/Range"
},
{
"type": "integer"
Expand Down
8 changes: 4 additions & 4 deletions schema/cat-vrs/json/DefiningAlleleConstraint
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/cat-vrs/1.x/json/DefiningAlleleConstraint",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/DefiningAlleleConstraint",
"title": "DefiningAlleleConstraint",
"type": "object",
"maturity": "trial use",
Expand All @@ -15,18 +15,18 @@
"allele": {
"oneOf": [
{
"$ref": "/ga4gh/schema/gks-core/1.x/json/iriReference"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2024-11.1/json/iriReference"
},
{
"$ref": "/ga4gh/schema/vrs/2.x/json/Allele"
"$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-11.1/json/Allele"
}
]
},
"relations": {
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-core/1.x/json/MappableConcept"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2024-11.1/json/MappableConcept"
},
"description": "Defined relationships from which members relate to the defining allele."
}
Expand Down
10 changes: 5 additions & 5 deletions schema/cat-vrs/json/DefiningLocationConstraint
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/cat-vrs/1.x/json/DefiningLocationConstraint",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/DefiningLocationConstraint",
"title": "DefiningLocationConstraint",
"type": "object",
"maturity": "trial use",
Expand All @@ -15,24 +15,24 @@
"location": {
"oneOf": [
{
"$ref": "/ga4gh/schema/gks-core/1.x/json/iriReference"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2024-11.1/json/iriReference"
},
{
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation"
"$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-11.1/json/SequenceLocation"
}
]
},
"relations": {
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-core/1.x/json/MappableConcept"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2024-11.1/json/MappableConcept"
},
"description": "Defined relationships from which members relate to the defining location."
},
"matchCharacteristic": {
"description": "A characteristic of the location that is used to match the defining location to member locations.",
"$ref": "/ga4gh/schema/gks-core/1.x/json/MappableConcept"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2024-11.1/json/MappableConcept"
}
},
"required": [
Expand Down
6 changes: 3 additions & 3 deletions schema/cat-vrs/json/ProteinSequenceConsequence
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.x/json/ProteinSequenceConsequence",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/ProteinSequenceConsequence",
"title": "ProteinSequenceConsequence",
"type": "object",
"maturity": "trial use",
"description": "A change that occurs in a protein sequence as a result of genomic changes. Due to the degenerate nature of the genetic code, there are often several genomic changes that can cause a protein sequence consequence. The protein sequence consequence, like a CanonicalAllele, is defined by an [Allele](https://vrs.ga4gh.org/en/2.x/concepts/MolecularVariation/Allele.html#) that is representative of a collection of congruent Protein Alleles that share the same altered codon(s).",
"allOf": [
{
"$ref": "/ga4gh/schema/cat-vrs/1.x/json/CategoricalVariant"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CategoricalVariant"
},
{
"properties": {
"constraints": {
"contains": {
"allOf": [
{
"$ref": "/ga4gh/schema/cat-vrs/1.x/json/DefiningAlleleConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/DefiningAlleleConstraint"
},
{
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion schema/cat-vrs/recipes-source.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$schema: "https://json-schema.org/draft/2020-12/schema"
$id: "https://w3id.org/ga4gh/schema/cat-vrs/1.x/recipes-source.yaml"
$id: "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/recipes-source.yaml"
title: GA4GH-Cat-VRS-Recipe-Definitions
type: object

Expand Down

0 comments on commit 470b600

Please sign in to comment.