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

Edit TS28567_CclNrm.yaml

parent 8a74b4e1
Loading
Loading
Loading
Loading
+1 −19
Original line number Diff line number Diff line
@@ -29,12 +29,6 @@ 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:
@@ -120,18 +114,6 @@ components:
            type: string           

#-------Definition of the generic dataType --------------#    
    CCLComponentsInfo:
      type: object
      properties:
        cCLComponentId:
           $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
        cCLSteps:
          type: string
          enum:
            - DATA_COLLECTION
            - ANALYSIS
            - DECISION
            - EXECUTION
    CCLComponent:
      type: object
      properties: