From a6a30df0a04381d0a1e314dcf90a022d44127657 Mon Sep 17 00:00:00 2001 From: sunse Date: Fri, 5 Nov 2021 13:25:46 +0100 Subject: [PATCH] Rel17 CR0624 removing extra '"', Update nrNrm.yaml --- OpenAPI/nrNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/nrNrm.yaml b/OpenAPI/nrNrm.yaml index 49db64394..e0fe8fbe0 100644 --- a/OpenAPI/nrNrm.yaml +++ b/OpenAPI/nrNrm.yaml @@ -65,7 +65,7 @@ components: PlmnInfo: type: object properties: - plmnId": + plmnId: $ref: '#/components/schemas/PlmnId' snssai: $ref: '#/components/schemas/Snssai' @@ -80,7 +80,7 @@ components: NpnIdentity: type: object properties: - plmnId": + plmnId: $ref: '#/components/schemas/PlmnId' cagidList: $ref: '#/components/schemas/cagId' -- GitLab