Skip to content

Commit

Permalink
Merge pull request #124 from ga4gh-beacon/hotfix_complexValue-required
Browse files Browse the repository at this point in the history
complexValue required relocated to correct level
  • Loading branch information
costero-e committed Apr 12, 2024
2 parents 75850c3 + b154dda commit afaf76a
Showing 1 changed file with 2 additions and 2 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"
}

0 comments on commit afaf76a

Please sign in to comment.