From e4e7ff6e14316c3e617c5bed2b09cdcc3238b0c4 Mon Sep 17 00:00:00 2001 From: pollakowskio Date: Thu, 19 May 2022 08:28:34 +0000 Subject: [PATCH] Update provMnS.yaml --- OpenAPI/provMnS.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/OpenAPI/provMnS.yaml b/OpenAPI/provMnS.yaml index 1dd467e16..b225feb5a 100644 --- a/OpenAPI/provMnS.yaml +++ b/OpenAPI/provMnS.yaml @@ -1,10 +1,10 @@ openapi: 3.0.1 info: title: Provisioning MnS - version: 16.5.0 + version: 16.11.0 description: >- OAS 3.0.1 definition of the Provisioning MnS - © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). + © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. externalDocs: description: 3GPP TS 28.532; Generic management services @@ -406,12 +406,18 @@ components: properties: id: type: string + objectClass: + type: string + objectInstance: + $ref: 'comDefs.yaml#/components/schemas/Dn' attributes: type: object additionalProperties: type: array items: type: object + required: + - id - anyOf: - $ref: 'genericNrm.yaml#/components/schemas/resources-genericNrm' - $ref: 'nrNrm.yaml#/components/schemas/resources-nrNrm' -- GitLab