From 67ad7e4919c204f1f6d4bc04bf00b904acd22dd9 Mon Sep 17 00:00:00 2001 From: Kai Zhang Date: Thu, 4 Aug 2022 03:18:21 +0000 Subject: [PATCH] Change the type of the attributes maxDLDataVolume and maxULDataVolume to Real. --- OpenAPI/TS28541_SliceNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 5191c7c9b..c63cd966e 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -528,9 +528,9 @@ components: reliability: type: number maxDLDataVolume: - type: string + type: number maxULDataVolume: - type: string + type: number sliceSimultaneousUse: $ref: '#/components/schemas/SliceSimultaneousUse' energyEfficiency: -- GitLab