From e624451398dd90234bb3a7e1cfb11896caad477f Mon Sep 17 00:00:00 2001 From: liuyiyingyi Date: Fri, 15 Aug 2025 09:38:49 +0000 Subject: [PATCH 1/2] change minItems of satelliteIdList --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index 8db36c4..c5109e7 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -1787,7 +1787,7 @@ components: type: array items: $ref: '#/components/schemas/SatelliteId' - minItems: 1 + minItems: 0 IMSDCAppInfo: type: object properties: -- GitLab From a7b3bc0bc31a8da16edbda22b783d6d64bf72e12 Mon Sep 17 00:00:00 2001 From: liuyiyingyi Date: Tue, 26 Aug 2025 14:38:12 +0000 Subject: [PATCH 2/2] Edit TS32291_Nchf_ConvergedCharging.yaml --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index c5109e7..6838de8 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -1787,7 +1787,6 @@ components: type: array items: $ref: '#/components/schemas/SatelliteId' - minItems: 0 IMSDCAppInfo: type: object properties: -- GitLab