Skip to content

Commit

Permalink
update to draft
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner committed Mar 1, 2024
1 parent 1b7e52d commit abe2f1c
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
26 changes: 13 additions & 13 deletions schema/gks.common-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $defs:

Coding:
type: object
maturity: Alpha
maturity: draft
description: a concept codified by a terminology system.
properties:
label:
Expand All @@ -64,7 +64,7 @@ $defs:
Mapping:
type: object
inherits: Entity
maturity: Alpha
maturity: draft
description: >-
A mapping to a concept in a terminology system.
properties:
Expand All @@ -86,7 +86,7 @@ $defs:

Extension:
type: object
maturity: Alpha
maturity: draft
description: >-
The Extension class provides VODs with a means to extend descriptions
with other attributes unique to a content provider. These extensions
Expand All @@ -106,7 +106,7 @@ $defs:
required: [ "name" ]

Code:
maturity: Alpha
maturity: draft
description: >-
Indicates that the value is taken from a set of controlled strings defined elsewhere.
Technically, a code is restricted to a string which has at least one character and no leading or
Expand All @@ -116,7 +116,7 @@ $defs:
example: ENSG00000139618

IRI:
maturity: Alpha
maturity: draft
description: >-
An IRI Reference (either an IRI or a relative-reference), according to `RFC3986 section 4.1
<https://datatracker.ietf.org/doc/html/rfc3986#section-4.1>` and `RFC3987 section 2.1
Expand Down Expand Up @@ -153,7 +153,7 @@ $defs:

TraitSet:
type: object
maturity: Alpha
maturity: draft
description: >-
A set of phenotype and/or disease concepts that together constitute a condition.
inherits: Condition
Expand All @@ -176,7 +176,7 @@ $defs:

Disease:
type: object
maturity: Alpha
maturity: draft
inherits: Condition
description: >-
A particular abnormal condition that negatively affects the structure or function
Expand All @@ -190,7 +190,7 @@ $defs:

Phenotype:
type: object
maturity: Alpha
maturity: draft
inherits: Condition
description: >-
An observable characteristic or trait of an organism.
Expand All @@ -214,7 +214,7 @@ $defs:

TherapeuticAction:
type: object
maturity: Alpha
maturity: draft
inherits: TherapeuticProcedure
description: >-
A therapeutic action taken that is intended to alter or stop a pathologic
Expand All @@ -228,7 +228,7 @@ $defs:

TherapeuticAgent:
type: object
maturity: Alpha
maturity: draft
inherits: TherapeuticProcedure
description: >-
An administered therapeutic agent that is intended to alter or stop a pathologic
Expand All @@ -242,7 +242,7 @@ $defs:

CombinationTherapy:
type: object
maturity: Alpha
maturity: draft
inherits: TherapeuticProcedure
description: >-
A therapeutic procedure that involves multiple different therapeutic procedures
Expand All @@ -269,7 +269,7 @@ $defs:

TherapeuticSubstituteGroup:
type: object
maturity: Alpha
maturity: draft
inherits: TherapeuticProcedure
description: >-
A group of therapeutic procedures that may be treated as substitutes for one another.
Expand All @@ -294,7 +294,7 @@ $defs:

Gene:
inherits: DomainEntity
maturity: Alpha
maturity: draft
description: >-
A basic physical and functional unit of heredity.
type: object
Expand Down
26 changes: 13 additions & 13 deletions schema/gks.common.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"$defs": {
"Coding": {
"type": "object",
"maturity": "Alpha",
"maturity": "draft",
"description": "a concept codified by a terminology system.",
"properties": {
"label": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"Mapping": {
"type": "object",
"maturity": "Alpha",
"maturity": "draft",
"description": "A mapping to a concept in a terminology system.",
"properties": {
"id": {
Expand Down Expand Up @@ -78,7 +78,7 @@
},
"Extension": {
"type": "object",
"maturity": "Alpha",
"maturity": "draft",
"description": "The Extension class provides VODs with a means to extend descriptions with other attributes unique to a content provider. These extensions are not expected to be natively understood under VRSATILE, but may be used for pre-negotiated exchange of message attributes when needed.",
"properties": {
"type": {
Expand Down Expand Up @@ -108,14 +108,14 @@
"additionalProperties": false
},
"Code": {
"maturity": "Alpha",
"maturity": "draft",
"description": "Indicates that the value is taken from a set of controlled strings defined elsewhere. Technically, a code is restricted to a string which has at least one character and no leading or trailing whitespace, and where there is no whitespace other than single spaces in the contents.",
"type": "string",
"pattern": "\\S+( \\S+)*",
"example": "ENSG00000139618"
},
"IRI": {
"maturity": "Alpha",
"maturity": "draft",
"description": "An IRI Reference (either an IRI or a relative-reference), according to `RFC3986 section 4.1 <https://datatracker.ietf.org/doc/html/rfc3986#section-4.1>` and `RFC3987 section 2.1 <https://datatracker.ietf.org/doc/html/rfc3987#section-2.1>`. MAY be a JSON Pointer as an IRI fragment, as described by `RFC6901 section 6 <https://datatracker.ietf.org/doc/html/rfc6901#section-6>`.",
"type": "string",
"format": "iri-reference"
Expand All @@ -136,7 +136,7 @@
},
"TraitSet": {
"type": "object",
"maturity": "Alpha",
"maturity": "draft",
"description": "A set of phenotype and/or disease concepts that together constitute a condition.",
"properties": {
"id": {
Expand Down Expand Up @@ -203,7 +203,7 @@
},
"Disease": {
"type": "object",
"maturity": "Alpha",
"maturity": "draft",
"description": "A particular abnormal condition that negatively affects the structure or function of all or part of an organism and is not immediately due to any external injury.",
"properties": {
"id": {
Expand Down Expand Up @@ -254,7 +254,7 @@
},
"Phenotype": {
"type": "object",
"maturity": "Alpha",
"maturity": "draft",
"description": "An observable characteristic or trait of an organism.",
"properties": {
"id": {
Expand Down Expand Up @@ -322,7 +322,7 @@
},
"TherapeuticAction": {
"type": "object",
"maturity": "Alpha",
"maturity": "draft",
"description": "A therapeutic action taken that is intended to alter or stop a pathologic process.",
"properties": {
"id": {
Expand Down Expand Up @@ -373,7 +373,7 @@
},
"TherapeuticAgent": {
"type": "object",
"maturity": "Alpha",
"maturity": "draft",
"description": "An administered therapeutic agent that is intended to alter or stop a pathologic process.",
"properties": {
"id": {
Expand Down Expand Up @@ -424,7 +424,7 @@
},
"CombinationTherapy": {
"type": "object",
"maturity": "Alpha",
"maturity": "draft",
"description": "A therapeutic procedure that involves multiple different therapeutic procedures performed in combination.",
"properties": {
"id": {
Expand Down Expand Up @@ -495,7 +495,7 @@
},
"TherapeuticSubstituteGroup": {
"type": "object",
"maturity": "Alpha",
"maturity": "draft",
"description": "A group of therapeutic procedures that may be treated as substitutes for one another.",
"properties": {
"id": {
Expand Down Expand Up @@ -562,7 +562,7 @@
"additionalProperties": false
},
"Gene": {
"maturity": "Alpha",
"maturity": "draft",
"description": "A basic physical and functional unit of heredity.",
"type": "object",
"properties": {
Expand Down
26 changes: 13 additions & 13 deletions schema/gks.common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type: object
$defs:
Coding:
type: object
maturity: Alpha
maturity: draft
description: a concept codified by a terminology system.
properties:
label:
Expand All @@ -25,7 +25,7 @@ $defs:
additionalProperties: false
Mapping:
type: object
maturity: Alpha
maturity: draft
description: A mapping to a concept in a terminology system.
properties:
id:
Expand Down Expand Up @@ -63,7 +63,7 @@ $defs:
additionalProperties: false
Extension:
type: object
maturity: Alpha
maturity: draft
description: The Extension class provides VODs with a means to extend descriptions
with other attributes unique to a content provider. These extensions are not
expected to be natively understood under VRSATILE, but may be used for pre-negotiated
Expand All @@ -89,7 +89,7 @@ $defs:
- name
additionalProperties: false
Code:
maturity: Alpha
maturity: draft
description: Indicates that the value is taken from a set of controlled strings
defined elsewhere. Technically, a code is restricted to a string which has at
least one character and no leading or trailing whitespace, and where there
Expand All @@ -98,7 +98,7 @@ $defs:
pattern: \S+( \S+)*
example: ENSG00000139618
IRI:
maturity: Alpha
maturity: draft
description: An IRI Reference (either an IRI or a relative-reference), according
to `RFC3986 section 4.1 <https://datatracker.ietf.org/doc/html/rfc3986#section-4.1>`
and `RFC3987 section 2.1 <https://datatracker.ietf.org/doc/html/rfc3987#section-2.1>`.
Expand All @@ -114,7 +114,7 @@ $defs:
- $ref: '#/$defs/TraitSet'
TraitSet:
type: object
maturity: Alpha
maturity: draft
description: A set of phenotype and/or disease concepts that together constitute
a condition.
properties:
Expand Down Expand Up @@ -165,7 +165,7 @@ $defs:
additionalProperties: false
Disease:
type: object
maturity: Alpha
maturity: draft
description: A particular abnormal condition that negatively affects the structure
or function of all or part of an organism and is not immediately due to any
external injury.
Expand Down Expand Up @@ -208,7 +208,7 @@ $defs:
additionalProperties: false
Phenotype:
type: object
maturity: Alpha
maturity: draft
description: An observable characteristic or trait of an organism.
properties:
id:
Expand Down Expand Up @@ -257,7 +257,7 @@ $defs:
- $ref: '#/$defs/TherapeuticSubstituteGroup'
TherapeuticAction:
type: object
maturity: Alpha
maturity: draft
description: A therapeutic action taken that is intended to alter or stop a pathologic
process.
properties:
Expand Down Expand Up @@ -299,7 +299,7 @@ $defs:
additionalProperties: false
TherapeuticAgent:
type: object
maturity: Alpha
maturity: draft
description: An administered therapeutic agent that is intended to alter or stop
a pathologic process.
properties:
Expand Down Expand Up @@ -341,7 +341,7 @@ $defs:
additionalProperties: false
CombinationTherapy:
type: object
maturity: Alpha
maturity: draft
description: A therapeutic procedure that involves multiple different therapeutic
procedures performed in combination.
properties:
Expand Down Expand Up @@ -395,7 +395,7 @@ $defs:
additionalProperties: false
TherapeuticSubstituteGroup:
type: object
maturity: Alpha
maturity: draft
description: A group of therapeutic procedures that may be treated as substitutes
for one another.
properties:
Expand Down Expand Up @@ -447,7 +447,7 @@ $defs:
- type
additionalProperties: false
Gene:
maturity: Alpha
maturity: draft
description: A basic physical and functional unit of heredity.
type: object
properties:
Expand Down

0 comments on commit abe2f1c

Please sign in to comment.