You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema.json
+11-28Lines changed: 11 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -370,11 +370,7 @@
370
370
"title": "Version"
371
371
},
372
372
"code": {
373
-
"allOf": [
374
-
{
375
-
"$ref": "#/$defs/Code"
376
-
}
377
-
],
373
+
"$ref": "#/$defs/Code",
378
374
"description": "A symbol uniquely identifying the concept, as in a syntax defined by the code system. CURIE format is preferred where possible (e.g. 'SO:0000704' is the CURIE form of the Sequence Ontology code for 'gene')."
379
375
}
380
376
},
@@ -412,19 +408,11 @@
412
408
"description": "A mapping to a concept in a terminology or code system.",
413
409
"properties": {
414
410
"coding": {
415
-
"allOf": [
416
-
{
417
-
"$ref": "#/$defs/Coding"
418
-
}
419
-
],
411
+
"$ref": "#/$defs/Coding",
420
412
"description": "A structured representation of a code for a defined concept in a terminology or code system."
421
413
},
422
414
"relation": {
423
-
"allOf": [
424
-
{
425
-
"$ref": "#/$defs/Relation"
426
-
}
427
-
],
415
+
"$ref": "#/$defs/Relation",
428
416
"description": "A mapping relation between concepts as defined by the Simple Knowledge Organization System (SKOS)."
429
417
}
430
418
},
@@ -439,11 +427,7 @@
439
427
"description": "Representation of a variation by a specified nomenclature or syntax for a\nVariation object. Common examples of expressions for the description of molecular\nvariation include the HGVS and ISCN nomenclatures.",
440
428
"properties": {
441
429
"syntax": {
442
-
"allOf": [
443
-
{
444
-
"$ref": "#/$defs/Syntax"
445
-
}
446
-
],
430
+
"$ref": "#/$defs/Syntax",
447
431
"description": "The syntax used to describe the variation. The value should be one of the supported syntaxes."
0 commit comments