Skip to content

Commit

Permalink
variant instead of variation in descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner committed Oct 18, 2023
1 parent 8cfba38 commit 5e6ee0a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions schema/varstatement-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $defs:
- $refCurie: vrs:Variation
- $refCurie: catvars:CategoricalVariation
- $refCurie: gks.core:IRI
description: A variation object that is the subject of the Statement.
description: A variant that is the subject of the Statement.

VariantClassification:
inherits: VariantStatement
Expand Down Expand Up @@ -113,7 +113,7 @@ $defs:
inherits: VariantStudySummary
maturity: Alpha
description: >-
A study summarization supporting or refuting the effect of variation on oncogenesis of a tumor type.
A study summarization supporting or refuting the effect of variant on oncogenesis of a tumor type.
properties:
type:
type: string
Expand Down Expand Up @@ -167,7 +167,7 @@ $defs:
maturity: Alpha
inherits: VariantStudySummary
description: >-
A study summarization describing the role of a variation in modulating the response of a
A study summarization describing the role of a variant in modulating the response of a
neoplasm to drug administration or other therapeutic procedure.
properties:
type:
Expand Down
10 changes: 5 additions & 5 deletions schema/varstatement.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"description": "The overall strength of support for the Statement based on all evidence assessed."
},
"variant": {
"description": "A variation object that is the subject of the Statement.",
"description": "A variant that is the subject of the Statement.",
"oneOf": [
{
"$ref": "catvars.json#/$defs/CategoricalVariation"
Expand Down Expand Up @@ -175,7 +175,7 @@
"VariantOncogenicityStudy": {
"type": "object",
"maturity": "Alpha",
"description": "A study summarization supporting or refuting the effect of variation on oncogenesis of a tumor type.",
"description": "A study summarization supporting or refuting the effect of variant on oncogenesis of a tumor type.",
"properties": {
"id": {
"type": "string",
Expand Down Expand Up @@ -244,7 +244,7 @@
"description": "The overall strength of support for the Statement based on all evidence assessed."
},
"variant": {
"description": "A variation object that is the subject of the Statement.",
"description": "A variant that is the subject of the Statement.",
"oneOf": [
{
"$ref": "catvars.json#/$defs/CategoricalVariation"
Expand Down Expand Up @@ -336,7 +336,7 @@
"VariantTherapeuticResponseStudy": {
"type": "object",
"maturity": "Alpha",
"description": "A study summarization describing the role of a variation in modulating the response of a neoplasm to drug administration or other therapeutic procedure.",
"description": "A study summarization describing the role of a variant in modulating the response of a neoplasm to drug administration or other therapeutic procedure.",
"properties": {
"id": {
"type": "string",
Expand Down Expand Up @@ -405,7 +405,7 @@
"description": "The overall strength of support for the Statement based on all evidence assessed."
},
"variant": {
"description": "A variation object that is the subject of the Statement.",
"description": "A variant that is the subject of the Statement.",
"oneOf": [
{
"$ref": "catvars.json#/$defs/CategoricalVariation"
Expand Down
10 changes: 5 additions & 5 deletions schema/varstatement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $defs:
description: The overall strength of support for the Statement based on all
evidence assessed.
variant:
description: A variation object that is the subject of the Statement.
description: A variant that is the subject of the Statement.
oneOf:
- $ref: catvars.json#/$defs/CategoricalVariation
- $ref: core.json#/$defs/IRI
Expand Down Expand Up @@ -123,7 +123,7 @@ $defs:
VariantOncogenicityStudy:
type: object
maturity: Alpha
description: A study summarization supporting or refuting the effect of variation
description: A study summarization supporting or refuting the effect of variant
on oncogenesis of a tumor type.
properties:
id:
Expand Down Expand Up @@ -175,7 +175,7 @@ $defs:
description: The overall strength of support for the Statement based on all
evidence assessed.
variant:
description: A variation object that is the subject of the Statement.
description: A variant that is the subject of the Statement.
oneOf:
- $ref: catvars.json#/$defs/CategoricalVariation
- $ref: core.json#/$defs/IRI
Expand Down Expand Up @@ -237,7 +237,7 @@ $defs:
VariantTherapeuticResponseStudy:
type: object
maturity: Alpha
description: A study summarization describing the role of a variation in modulating
description: A study summarization describing the role of a variant in modulating
the response of a neoplasm to drug administration or other therapeutic procedure.
properties:
id:
Expand Down Expand Up @@ -289,7 +289,7 @@ $defs:
description: The overall strength of support for the Statement based on all
evidence assessed.
variant:
description: A variation object that is the subject of the Statement.
description: A variant that is the subject of the Statement.
oneOf:
- $ref: catvars.json#/$defs/CategoricalVariation
- $ref: core.json#/$defs/IRI
Expand Down

0 comments on commit 5e6ee0a

Please sign in to comment.