Skip to content

Commit fb04396

Browse files
authored
Merge pull request #103 from ga4gh/update-trial-use
move Coding and ConceptMapping to trial use
2 parents efde64f + 8746465 commit fb04396

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

schema/gks-core/def/Coding.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.. warning:: This data class is at a **draft** maturity level and may \
2-
change significantly in future releases. Maturity \
1+
.. note:: This data class is at a **trial use** maturity level and may \
2+
change in future releases. Maturity \
33
levels are described in the :ref:`maturity-model`.
44

55
**Computational Definition**

schema/gks-core/def/ConceptMapping.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.. warning:: This data class is at a **draft** maturity level and may \
2-
change significantly in future releases. Maturity \
1+
.. note:: This data class is at a **trial use** maturity level and may \
2+
change in future releases. Maturity \
33
levels are described in the :ref:`maturity-model`.
44

55
**Computational Definition**

schema/gks-core/gks-core-source.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ $defs:
156156
ConceptMapping:
157157
type: object
158158
inherits: Element
159-
maturity: draft
159+
maturity: trial use
160160
description: >-
161161
A mapping to a concept in a terminology or code system.
162162
properties:
@@ -181,7 +181,7 @@ $defs:
181181
Coding:
182182
inherits: Element
183183
type: object
184-
maturity: draft
184+
maturity: trial use
185185
description: >-
186186
A structured representation of a code for a defined concept in a terminology or code system.
187187
properties:

schema/gks-core/json/Coding

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"$id": "https://w3id.org/ga4gh/schema/gks-core/1.x/json/Coding",
44
"title": "Coding",
55
"type": "object",
6-
"maturity": "draft",
6+
"maturity": "trial use",
77
"description": "A structured representation of a code for a defined concept in a terminology or code system.",
88
"properties": {
99
"id": {

schema/gks-core/json/ConceptMapping

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"$id": "https://w3id.org/ga4gh/schema/gks-core/1.x/json/ConceptMapping",
44
"title": "ConceptMapping",
55
"type": "object",
6-
"maturity": "draft",
6+
"maturity": "trial use",
77
"description": "A mapping to a concept in a terminology or code system.",
88
"properties": {
99
"id": {

0 commit comments

Comments
 (0)