Skip to content

Commit

Permalink
Merge pull request #131 from ga4gh-beacon/main
Browse files Browse the repository at this point in the history
main to dev
  • Loading branch information
costero-e authored Jul 10, 2024
2 parents 58e68af + 4db7f83 commit efec4c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions models/json/beacon-v2-default-model/common/complexValue.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"$ref": "#/definitions/TypedQuantity"
},
"type": "array"
},
"required": [ "typedQuantities" ]
}
},
"required": [ "typedQuantities" ],
"title": "Complex Value",
"type": "object"
}
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 efec4c3

Please sign in to comment.