Commit 68f111d6 authored by sunse's avatar sunse
Browse files

Merge branch '28.532_Rel17_0208_Correct_definition_of_Resource' into...

Merge branch '28.532_Rel17_0208_Correct_definition_of_Resource' into 'Integration_Rel17_SA5_143_YAML'

S5-223555 Rel-17 CR 28.532 Correct definition of Resource

See merge request sa5/MnS!318
parents 131f2f63 d4c4fe5f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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'