diff --git a/OpenAPI/provMnS.yaml b/OpenAPI/provMnS.yaml index 1dd467e16a8bf2d06bd2b635644252e20504d5fc..5dd8b64b04a3da53f3b643f5b2bd34e35a29e30f 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'