From d4c4fe5f01f81371791730451f399be92a935a76 Mon Sep 17 00:00:00 2001 From: pollakowskio Date: Thu, 19 May 2022 07:39:32 +0000 Subject: [PATCH] Update provMnS.yaml --- OpenAPI/provMnS.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/OpenAPI/provMnS.yaml b/OpenAPI/provMnS.yaml index 1dd467e16..5dd8b64b0 100755 --- a/OpenAPI/provMnS.yaml +++ b/OpenAPI/provMnS.yaml @@ -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