From 11a9f7ca2be47bd87e1bde570d4fb289479f8e9c Mon Sep 17 00:00:00 2001 From: Kai Zhang Date: Thu, 4 Aug 2022 03:24:25 +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 dfbbd1bb8..9a6b69242 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