Skip to content

Commit

Permalink
Merge pull request #132 from ga4gh-beacon/complex-value-required-src-…
Browse files Browse the repository at this point in the history
…hotfix

Hot Fix to align with json
  • Loading branch information
costero-e authored Jul 10, 2024
2 parents d2ee94b + cfcc85d commit 4db7f83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions models/src/beacon-v2-default-model/common/complexValue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ properties:
type: array
items:
$ref: '#/definitions/TypedQuantity'
required:
- typedQuantities
required:
- typedQuantities

definitions:
TypedQuantity:
Expand All @@ -32,4 +32,4 @@ definitions:
label: Millimeter of Mercury
required:
- quantityType
- quantity
- quantity

0 comments on commit 4db7f83

Please sign in to comment.