Commit b626cd38 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch '28.623_Rel16_CR0133_Clarify_resource_id_is_required_and_nullable' into 'Integration_Rel16_SA5_138_YAML'

28.623_Rel16_CR0133 Update genericNrm.yaml

See merge request !187
parents 77c5a6df 5e170874
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -1180,15 +1180,29 @@ components:
      properties:
        id:
          type: string
          nullable: true
        objectClass:
          type: string
        objectInstance:
          $ref: 'comDefs.yaml#/components/schemas/Dn'
        VsDataContainer:
          $ref: '#/components/schemas/VsDataContainer-Multiple'
      required:
        - id
    Top:
      type: object
      properties:
        id:
          type: string
          nullable: true
        objectClass:
          type: string
        objectInstance:
          $ref: 'comDefs.yaml#/components/schemas/Dn'
        VsDataContainer:
          $ref: '#/components/schemas/VsDataContainer-Multiple'
      required:
        - id

#-------- Definition of IOCs with new name-containments defined in other TS ------