clingen-data-model / clingen-interpretation

Allele (variant) interpretation model and API for ClinGen
3 stars 1 forks source link

Remove "type": "Entity" from ValueSets #228

Closed cbizon closed 6 years ago

cbizon commented 6 years ago

ValueSet jsons look like this:

 "concept": [
    {
      "id": "SO:0000330",
      "type": "Entity",
      "label": "conserved region"
    },
    {
      "id": "SEPIO-CG:99017",
      "type": "Entity",
      "label": "not conserved region"
    }
  ],

The "type" : "Entity" should not be on these entries. We are not making types for these kinds of IRI values.