From 4d3afdb0abf3233ba284ca3efa2f2a4e46eafef6 Mon Sep 17 00:00:00 2001 From: dongjj Date: Tue, 30 Sep 2025 08:24:22 +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 e740f7a..2988265 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -2605,10 +2605,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 a7c6a1a565699f39ccebac5b6b8335c9f0da3667 Mon Sep 17 00:00:00 2001 From: dongjj Date: Thu, 16 Oct 2025 01:35:43 +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 2988265..57ba3e8 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -2605,7 +2605,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