From 6c9a468e10921906c07a776ae2cfee40b8769cc9 Mon Sep 17 00:00:00 2001 From: Nico Kroll Date: Tue, 2 Jul 2024 14:02:58 +0200 Subject: [PATCH] Fix: Wrong type --- src/v1/openapi.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/v1/openapi.yaml b/src/v1/openapi.yaml index b445106..2f568c3 100644 --- a/src/v1/openapi.yaml +++ b/src/v1/openapi.yaml @@ -3961,13 +3961,13 @@ components: Amount: type: "number" SalesPriceNetSingle: - type: "string" + type: "number" SalesPriceGrossSingle: - type: "string" + type: "number" SalesPriceNetTotal: - type: "string" + type: "number" SalesPriceGrossTotal: - type: "string" + type: "number" Designation: type: "string" _HashValue: