Commit d63948fd authored by ruiyue's avatar ruiyue
Browse files

Update 2 files

- /OpenAPI/TS28623_ComDefs.yaml
- /OpenAPI/TS28623_GenericNrm.yaml
parent c2798554
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -48,7 +48,12 @@ components:
      maximum: 180

    Dn:
      description: this datatype used for attribute which can be writable
      type: string
    DnRo:
      description: this datatype used for attribute which is readonly
      type: string
      readOnly: string      
    DnList:
      type: array
      items:
+9 −2
Original line number Diff line number Diff line
@@ -61,11 +61,13 @@ components:
          type: array
          items:
            type: string
          readOnly: true  
        granularityPeriods:
          type: array
          items:
            type: integer
            minimum: 1
          readOnly: true  
        reportingMethods:
          type: array
          items:
@@ -74,11 +76,13 @@ components:
             - FILE_BASED_LOC_SET_BY_PRODUCER
             - FILE_BASED_LOC_SET_BY_CONSUMER
             - STREAM_BASED
            readOnly: true               
        reportingPeriods:
          type: array
          items:
            type: integer
            minimum: 1
          readOnly: true  
    ReportingCtrl:
      oneOf:
        - type: object
@@ -308,10 +312,12 @@ components:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
        vendorName:
          type: string
          readOnly: true
        userDefinedState:
          type: string
        swVersion:
          type: string
          readOnly: true
        priorityLabel:
          type: integer
        supportedPerfMetricGroups:
@@ -322,6 +328,7 @@ components:
          type: array
          items:
            type: string
          readOnly: true  

    SubNetwork-ncO:
      type: object
@@ -458,7 +465,7 @@ components:
              type: object
              properties:
                systemDN:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'
    MeContext-Single:
      allOf:
        - $ref: '#/components/schemas/Top'