Commit 34ddb7c7 authored by ruiyue's avatar ruiyue
Browse files

Replace TS28567_CclNrm.yaml

parent 34199c41
Loading
Loading
Loading
Loading
Loading
+15 −13
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: CCL NRM
  version: 19.0.0
  version: 19.1.0
  description: >-
    OAS 3.0.1 definition of the CCL NRM
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -106,13 +106,15 @@ components:
      - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'    
      - type: object
        properties:
          FaultManagementAlarmIdList:
          faultManagementAlarmIdList:
            type: array
            items:
              type: string
          FaultManagementBackUpObjectRequirement:
          faultManagementBackUpObjectRequirement:
            type: boolean
          FaultManagementIsolateObjectRequirement:
          faultManagementIsolateObjectRequirement:
            type: boolean
          FaultManagementTimeWindow:
          faultManagementTimeWindow:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
          clearUserId:
            type: string          
@@ -121,8 +123,8 @@ components:
    CCLComponentsInfo:
      type: object
      properties:
        cCLComponentId:
           $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
        cCLComponentInfoId:
          type: string
        cCLSteps:
          type: string
          enum:
@@ -146,11 +148,11 @@ components:
    FaultManagementCCLReport:
      type: object
      properties:
        GeneratedAlarmResultList:
        generatedAlarmResultList:
          type: array
          items:
            type: string
        FaultManagementCCLReportTime:
        faultManagementCCLReportTime:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
          
    GeneratedAlarmResult: