From 95ceaa864310ca8b84649fa154e44969d13ebc04 Mon Sep 17 00:00:00 2001 From: dongjj Date: Tue, 30 Sep 2025 08:51:39 +0000 Subject: [PATCH 1/2] Update file TS32291_Nchf_ConvergedCharging.yaml --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index b6207cf..ac5c3af 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -2472,10 +2472,7 @@ components: type: object properties: satelliteBackhaulCategory: - type: array - items: $ref: 'TS29571_CommonData.yaml#/components/schemas/SatelliteBackhaulCategory' - minItems: 0 gEOSatelliteID: $ref: 'TS29571_CommonData.yaml#/components/schemas/GeoSatelliteId' NotificationType: -- GitLab From a1d554840e6be4ed69529a97f8333b68919f9996 Mon Sep 17 00:00:00 2001 From: dongjj Date: Wed, 15 Oct 2025 08:45:15 +0000 Subject: [PATCH 2/2] add maxItems --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index ac5c3af..1208832 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -2472,7 +2472,11 @@ components: type: object properties: satelliteBackhaulCategory: + type: array + items: $ref: 'TS29571_CommonData.yaml#/components/schemas/SatelliteBackhaulCategory' + minItems: 0 + maxItems: 1 gEOSatelliteID: $ref: 'TS29571_CommonData.yaml#/components/schemas/GeoSatelliteId' NotificationType: -- GitLab