From 62d704d7190d1586fae17f25216cc965c3459aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20L=C3=B3pez-Doriga?= Date: Fri, 16 Jun 2023 10:19:50 +0200 Subject: [PATCH] complexValue required type fixed --- models/json/beacon-v2-default-model/common/complexValue.json | 5 +---- models/src/beacon-v2-default-model/common/complexValue.yaml | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/models/json/beacon-v2-default-model/common/complexValue.json b/models/json/beacon-v2-default-model/common/complexValue.json index 866070ad7..9d1c4a4b4 100644 --- a/models/json/beacon-v2-default-model/common/complexValue.json +++ b/models/json/beacon-v2-default-model/common/complexValue.json @@ -24,10 +24,7 @@ } } }, - "required": [ - "quantityType", - "quantity" - ] + "required": [ "typedQuantities" ] } }, "description": "Definition of a complex value class. Provenance: GA4GH Phenopackets v2 `TypedQuantity`", diff --git a/models/src/beacon-v2-default-model/common/complexValue.yaml b/models/src/beacon-v2-default-model/common/complexValue.yaml index 45048920f..a31ddf779 100644 --- a/models/src/beacon-v2-default-model/common/complexValue.yaml +++ b/models/src/beacon-v2-default-model/common/complexValue.yaml @@ -28,5 +28,4 @@ definitions: id: NCIT:C49670 label: Millimeter of Mercury required: - - quantityType - - quantity + - typedQuantities