ga4gh-beacon / beacon-v2-Models

Models that leverage the Beacon Framework v2
Apache License 2.0
4 stars 7 forks source link

[Q] Individuals defaultSchema "Measure" definition. #37

Closed redmitry closed 3 years ago

redmitry commented 3 years ago

Hello,

In the individuals defaultSchema.json there is a definition of "Measure" object:

"definitions": {
  "Measure": {
    "description": "Measures(s) been taken from Individual. ...",
    "type": "object",

On the other hand, "mesures" property uses measurement.json:

"measures": {
  "type": "array",
  "items": {
    "$ref": "../common/measurement.json"
  }
},

It looks like the "Measure" definition is not used anymore and is an artifact left from the draft-3.

Dmitry

jrambla commented 3 years ago

Good catch. Solved