From b3e59ceb25db813af87ce8898e3d1658ba379351 Mon Sep 17 00:00:00 2001 From: Nis Jespersen Date: Thu, 22 Aug 2024 21:31:46 +0200 Subject: [PATCH] fix: imprecise terms --- docs/openapi/components/schemas/common/ConsignmentItem.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/openapi/components/schemas/common/ConsignmentItem.yml b/docs/openapi/components/schemas/common/ConsignmentItem.yml index ec262cddb..08b508254 100644 --- a/docs/openapi/components/schemas/common/ConsignmentItem.yml +++ b/docs/openapi/components/schemas/common/ConsignmentItem.yml @@ -50,14 +50,14 @@ properties: $ref: ./QuantitativeValue.yml $linkedData: term: netWeight - '@id': https://schema.org/weight + '@id': https://vocabulary.uncefact.org/netWeightMeasure grossWeight: title: Gross Weight description: Gross weight of the product. $ref: ./QuantitativeValue.yml $linkedData: term: grossWeight - '@id': https://schema.org/weight + '@id': https://vocabulary.uncefact.org/grossWeightMeasure grossVolume: title: Gross Volume description: A measure of the gross volume, normally calculated by multiplying the maximum length, width and height.