Commit 4774279b authored by ruiyue's avatar ruiyue
Browse files

Update 3 files

- /OpenAPI/TS28623_GenericNrm.yaml
- /OpenAPI/TS28623_ComDefs.yaml
- /OpenAPI/TS28623_MnSRegistryNrm.yaml
parent 110e5ee1
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -184,7 +184,12 @@ components:
        - $ref: '#/components/schemas/IpAddr'
        - $ref: '#/components/schemas/Fqdn'
    Uri:
      description: This datatype is used for writable attribute
      type: string
    UriRo:
      type: string
      description: This datatype is used for readOnly attribute
      readOnly: true      

    TimeInterval:
      type: object
@@ -211,6 +216,7 @@ components:
        - ENABLED
        - DISABLED
      default: DISABLED
      readOnly: true  
    UsageState:
      type: string
      enum:
+4 −0
Original line number Diff line number Diff line
@@ -288,6 +288,7 @@ components:
          readOnly: true  
        priorityLabel:
          type: integer
          readOnly: true
        supportedPerfMetricGroups:
          type: array
          items:
@@ -401,6 +402,7 @@ components:
          type: string
        farEndEntity:
          type: string
          readOnly: true
        supportedPerfMetricGroups:
          type: array
          items:
@@ -428,8 +430,10 @@ components:
          properties:
            vsDataType:
              type: string
              readOnly: true
            vsDataFormatVersion:
              type: string
              readOnly: true
            vsData:
              nullable: true
        VsDataContainer:
+5 −1
Original line number Diff line number Diff line
@@ -39,8 +39,10 @@ components:
          properties:
             mnsLabel:
               type: string
               readOnly: true
             mnsType:
               type: string
               readOnly: true 
               enum:
                 - PROV_MNS
                 - FAULT_SUPERVISION_MNS
@@ -48,9 +50,10 @@ components:
                 - FILE_DATA_REPORTING_MNS
             mnsVersion:
               type: string
               readOnly: true
             mnsAddress:
               description: Resource URI as defined in the relevant Technical Specification
               $ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri'
               $ref: 'TS28623_ComDefs.yaml#/components/schemas/UriRo'
             mnsScope:
               description: >-
                 List of the managed object instances that can be accessed using the MnS.
@@ -60,6 +63,7 @@ components:
               type: array
               items:
                 $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                ReadOnly: true 

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