From 64e03575aff7111d60936b12a18c0b1a094eac7c Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Wed, 15 Jan 2025 08:22:44 +0000 Subject: [PATCH 1/3] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index c6d1effe4..49d99eeea 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -142,7 +142,10 @@ components: uniqueItems: true items: $ref: '#/components/schemas/DefaultNotificationSubscription' - + callbackUriPrefixList: + type: array + items: + $ref: '#/components/schemas/DefaultNotificationSubscription' NFStatus: type: string description: any of enumerated value @@ -283,6 +286,15 @@ components: minItems: 1 callbackUriPrefix: $ref: 'TS28623_ComDefs.yaml#/components/schemas/UriRo' + CallbackUriPrefixItem: + type: object + properties: + notificationTypes: + type: array + items: + $ref: '#/components/schemas/notificationType' + callbackUriPrefix: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/UriRo' DefSubServiceInfo: type: object properties: -- GitLab From e0edc257deecd417a1f6cb2103f11d45bcb45112 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Wed, 15 Jan 2025 08:33:21 +0000 Subject: [PATCH 2/3] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 49d99eeea..643fa71f5 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -145,7 +145,7 @@ components: callbackUriPrefixList: type: array items: - $ref: '#/components/schemas/DefaultNotificationSubscription' + $ref: '#/components/schemas/CallbackUriPrefixItem' NFStatus: type: string description: any of enumerated value -- GitLab From a76f4dc22125a29ebb5cd99c727e056075ad1b9e Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Wed, 15 Jan 2025 08:43:49 +0000 Subject: [PATCH 3/3] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 643fa71f5..7812ed540 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -292,7 +292,7 @@ components: notificationTypes: type: array items: - $ref: '#/components/schemas/notificationType' + $ref: '#/components/schemas/NotificationType' callbackUriPrefix: $ref: 'TS28623_ComDefs.yaml#/components/schemas/UriRo' DefSubServiceInfo: -- GitLab