Skip to content

Commit

Permalink
complexValue required type fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Oriol López-Doriga authored and Oriol López-Doriga committed Jun 16, 2023
1 parent e7d7962 commit 62d704d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions models/json/beacon-v2-default-model/common/complexValue.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
}
}
},
"required": [
"quantityType",
"quantity"
]
"required": [ "typedQuantities" ]
}
},
"description": "Definition of a complex value class. Provenance: GA4GH Phenopackets v2 `TypedQuantity`",
Expand Down
3 changes: 1 addition & 2 deletions models/src/beacon-v2-default-model/common/complexValue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ definitions:
id: NCIT:C49670
label: Millimeter of Mercury
required:
- quantityType
- quantity
- typedQuantities

0 comments on commit 62d704d

Please sign in to comment.