From f8e79756663f97478b54cae6e90ae7a2de0fe9c1 Mon Sep 17 00:00:00 2001 From: yinmem Date: Thu, 2 Oct 2025 14:35:33 +0000 Subject: [PATCH 1/2] Update file TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 66849e0fd..dc403fbc9 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -1791,7 +1791,21 @@ components: uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' - minItems: 1 + minItems: 1 + vflInterInfo: + type: array + uniqueItems: true + items: + $ref: '#/components/schemas/VendorId' + minItems: 0 + vflClientAggrCap: + type: boolean + default: false + featureId: + type: string + uniqueItems: true + minItems: 1 + NwdafInfo: description: Information of a NWDAF NF Instance type: object -- GitLab From ad0efa1e1e94df398ac3fc33baa2fced81dee885 Mon Sep 17 00:00:00 2001 From: yinmem Date: Thu, 16 Oct 2025 08:39:38 +0000 Subject: [PATCH 2/2] Update file TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index dc403fbc9..b7e077623 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -1793,10 +1793,7 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' minItems: 1 vflInterInfo: - type: array - uniqueItems: true - items: - $ref: '#/components/schemas/VendorId' + type: string minItems: 0 vflClientAggrCap: type: boolean @@ -1804,7 +1801,7 @@ components: featureId: type: string uniqueItems: true - minItems: 1 + minItems: 0 NwdafInfo: description: Information of a NWDAF NF Instance -- GitLab