Skip to content

Commit

Permalink
increment pre-release build
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner committed Nov 27, 2024
1 parent caf6eaf commit b8f4aaf
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion 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.0.0-ballot.2024-11.1/cat-vrs-source.yaml"
$id: "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/cat-vrs-source.yaml"
title: GA4GH-Cat-VRS-Definitions
type: object
strict: true
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.0.0-ballot.2024-11.1/json/CanonicalAllele",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/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.0.0-ballot.2024-11.1/json/CategoricalVariant"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/CategoricalVariant"
},
{
"properties": {
Expand All @@ -17,7 +17,7 @@
"contains": {
"allOf": [
{
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/DefiningAlleleConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/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.0.0-ballot.2024-11.1/json/CategoricalCnv",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/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.0.0-ballot.2024-11.1/json/CategoricalVariant"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/CategoricalVariant"
},
{
"properties": {
Expand All @@ -20,7 +20,7 @@
"contains": {
"allOf": [
{
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/DefiningLocationConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/DefiningLocationConstraint"
},
{
"properties": {
Expand All @@ -42,10 +42,10 @@
"contains": {
"oneOf": [
{
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CopyCountConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/CopyCountConstraint"
},
{
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CopyChangeConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/CopyChangeConstraint"
}
]
}
Expand Down
10 changes: 5 additions & 5 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.0.0-ballot.2024-11.1/json/CategoricalVariant",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/CategoricalVariant",
"title": "CategoricalVariant",
"type": "object",
"maturity": "trial use",
Expand Down Expand Up @@ -64,16 +64,16 @@
"items": {
"oneOf": [
{
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CopyChangeConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/CopyChangeConstraint"
},
{
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CopyCountConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/CopyCountConstraint"
},
{
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/DefiningAlleleConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/DefiningAlleleConstraint"
},
{
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/DefiningLocationConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/DefiningLocationConstraint"
}
]
}
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.0.0-ballot.2024-11.1/json/Constraint",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/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.0.0-ballot.2024-11.1/json/CopyChangeConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/CopyChangeConstraint"
},
{
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CopyCountConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/CopyCountConstraint"
},
{
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/DefiningAlleleConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/DefiningAlleleConstraint"
},
{
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/DefiningLocationConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/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.0.0-ballot.2024-11.1/json/CopyChangeConstraint",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/CopyChangeConstraint",
"title": "CopyChangeConstraint",
"type": "object",
"maturity": "draft",
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0-ballot.2024-11.1/json/CopyCountConstraint",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/CopyCountConstraint",
"title": "CopyCountConstraint",
"type": "object",
"maturity": "trial use",
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0-ballot.2024-11.1/json/DefiningAlleleConstraint",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/DefiningAlleleConstraint",
"title": "DefiningAlleleConstraint",
"type": "object",
"maturity": "trial use",
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0-ballot.2024-11.1/json/DefiningLocationConstraint",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/DefiningLocationConstraint",
"title": "DefiningLocationConstraint",
"type": "object",
"maturity": "trial use",
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.0.0-ballot.2024-11.1/json/ProteinSequenceConsequence",
"$id": "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/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.0.0-ballot.2024-11.1/json/CategoricalVariant"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/CategoricalVariant"
},
{
"properties": {
"constraints": {
"contains": {
"allOf": [
{
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/DefiningAlleleConstraint"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/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.0.0-ballot.2024-11.1/recipes-source.yaml"
$id: "https://w3id.org/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/recipes-source.yaml"
title: GA4GH-Cat-VRS-Recipe-Definitions
type: object

Expand Down

0 comments on commit b8f4aaf

Please sign in to comment.