Skip to content

Commit

Permalink
Hot Fix to align with json
Browse files Browse the repository at this point in the history
The last fix for the wrong level of `required` was only done in json... Please always add `src` first since (well, both).
  • Loading branch information
mbaudis committed Jul 6, 2024
1 parent d2ee94b commit cfcc85d
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 cfcc85d

Please sign in to comment.