From 5468111b18f9867a4c653c5209cc98d0837c3193 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Fri, 25 Jul 2025 15:01:59 +0800 Subject: [PATCH] Edit TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 7cb196969..36e4a2767 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -1748,6 +1748,14 @@ components: type: string minItems: 1 readOnly: true + taiList: + $ref: '#/components/schemas/TaiList' + taiRangeList: + type: array + uniqueItems: true + items: + $ref: '#/components/schemas/TaiRange' + minItems: 1 UnTrustAfInfo: description: Information of a untrusted AF Instance type: object @@ -1892,6 +1900,14 @@ components: mappingInd: type: boolean default: false + taiList: + $ref: '#/components/schemas/TaiList' + taiRangeList: + type: array + uniqueItems: true + items: + $ref: '#/components/schemas/TaiRange' + minItems: 1 ExternalClientType: description: Indicates types of External Clients. anyOf: -- GitLab