From cfcc85d34df506f726c89f68c9fb367f945e265f Mon Sep 17 00:00:00 2001 From: Michael Baudis Date: Sat, 6 Jul 2024 15:51:54 +0200 Subject: [PATCH] Hot Fix to align with json The last fix for the wrong level of `required` was only done in json... Please always add `src` first since (well, both). --- models/src/beacon-v2-default-model/common/complexValue.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/models/src/beacon-v2-default-model/common/complexValue.yaml b/models/src/beacon-v2-default-model/common/complexValue.yaml index 98207b12b..058a91b9f 100644 --- a/models/src/beacon-v2-default-model/common/complexValue.yaml +++ b/models/src/beacon-v2-default-model/common/complexValue.yaml @@ -9,8 +9,8 @@ properties: type: array items: $ref: '#/definitions/TypedQuantity' - required: - - typedQuantities +required: + - typedQuantities definitions: TypedQuantity: @@ -32,4 +32,4 @@ definitions: label: Millimeter of Mercury required: - quantityType - - quantity \ No newline at end of file + - quantity