Commit 1aab2218 authored by srinivasaraj's avatar srinivasaraj
Browse files

Rel_19_CR0497_TS_28.623_Add_GenericCollection_to_support_grouping_of_objects_-_Stage_3

parent d95d3166
Loading
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -386,6 +386,8 @@ components:
          $ref: '#/components/schemas/ConditionMonitor-Multiple'
        SupportedNotifications:
          $ref: '#/components/schemas/SupportedNotifications-Single'
        GenericCollection:
          $ref: '#/components/schemas/GenericCollection-Multiple'


    ManagedElement-ncO:
@@ -634,6 +636,19 @@ components:
            ManagedElement:
              $ref: '#/components/schemas/ManagedElement-Multiple'

    GenericCollection-Single:
      allOf:
        - $ref: '#/components/schemas/Top'
        - type: object
          properties:
            attributes:
              type: object
              properties:
                userLabel:
                  type: string
                memberDNs:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'

#-------- Definition of YAML arrays for name-contained IOCs ----------------------

    VsDataContainer-Multiple:
@@ -668,6 +683,10 @@ components:
      type: array
      items:
        $ref: '#/components/schemas/ManagedElement-Single'
    GenericCollection-Multiple:
      type: array
      items:
        $ref: '#/components/schemas/GenericCollection-Single'


#-------- Definitions in TS 28.623 for TS 28.532 ---------------------------------
@@ -684,3 +703,4 @@ components:
       - $ref: '#/components/schemas/SupportedNotifications-Single' 
       - $ref: '#/components/schemas/SubNetwork-Single'
       - $ref: '#/components/schemas/ManagedElement-Single'
       - $ref: '#/components/schemas/GenericCollection-Single'