Commit 76812c40 authored by Shitao Li's avatar Shitao Li Committed by ruiyue
Browse files

Edit TS28567_CclNrm.yaml

parent e782709a
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -29,6 +29,12 @@ components:
      - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'    
      - type: object
        properties: 
          cCLComponentsInfo:
            type: array
            items:
              $ref: '#/components/schemas/CCLComponentsInfo'
            description: >-
              It indicates information on the constituent components of a CCL.
          administrativeState:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/AdministrativeState'
          operationalState:
@@ -114,6 +120,18 @@ components:
            type: string           

#-------Definition of the generic dataType --------------#    
     CCLComponentsInfo:
      type: object
      properties:
        cCLComponentInfoId:
          type: string
        cCLSteps:
          type: string
          enum:
            - DATA_COLLECTION
            - ANALYSIS
            - DECISION
            - EXECUTION
    CCLComponent:
      type: object
      properties: