Commit cadf1ee2 authored by sunse's avatar sunse
Browse files

TS28.623_Rel17_CR0246 Update TS28623_GenericNrm.yaml

parent ce93ce54
Loading
Loading
Loading
Loading
Loading
+34 −32
Original line number Diff line number Diff line
@@ -1737,13 +1737,6 @@ components:
        TraceJob:
          $ref: '#/components/schemas/TraceJob-Multiple'

    MnsRegistry-Single:
      type: object
      properties:
        MnsInfo:
          $ref: '#/components/schemas/MnsInfo-Multiple'


#-------- Definition of concrete IOCs --------------------------------------------

    VsDataContainer-Single:
@@ -2040,8 +2033,17 @@ components:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                jobId:
                  type: string
    MnsRegistry-Single:
      allOf:
        - $ref: '#/components/schemas/Top'
        - type: object
          properties:
            MnsInfo:
              $ref: '#/components/schemas/MnsInfo-Multiple'
    MnsInfo-Single:
      type: object
      allOf:
        - $ref: '#/components/schemas/Top'
        - type: object
          properties:
             mnsLabel:
               type: string
@@ -2060,9 +2062,9 @@ components:
             mnsScope:
               description: >-
                 List of the managed object instances that can be accessed using the MnS.
            If a complete SubNetwork can be accessed using the MnS, this attribute may contain the
            DN of the SubNetwork instead of the DNs of the individual managed entities within the
            SubNetwork.
                 If a complete SubNetwork can be accessed using the MnS, this attribute may 
                 contain the DN of the SubNetwork instead of the DNs of the individual managed 
                 entities within the SubNetwork.
               type: array
               items:
                 $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'