From e782709a66af35bddbe1570cb6c501618fe8f844 Mon Sep 17 00:00:00 2001 From: Shitao Li Date: Fri, 7 Nov 2025 10:02:28 +0000 Subject: [PATCH 1/5] Edit TS28567_CclNrm.yaml --- OpenAPI/TS28567_CclNrm.yaml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/OpenAPI/TS28567_CclNrm.yaml b/OpenAPI/TS28567_CclNrm.yaml index e231df4a8..0c86ee380 100644 --- a/OpenAPI/TS28567_CclNrm.yaml +++ b/OpenAPI/TS28567_CclNrm.yaml @@ -28,13 +28,7 @@ components: allOf: - $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. + properties: 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: -- GitLab From 76812c409ed877d619aed4bf0ddeb98bfdbff8df Mon Sep 17 00:00:00 2001 From: Shitao Li Date: Thu, 20 Nov 2025 17:35:50 +0000 Subject: [PATCH 2/5] Edit TS28567_CclNrm.yaml --- OpenAPI/TS28567_CclNrm.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/OpenAPI/TS28567_CclNrm.yaml b/OpenAPI/TS28567_CclNrm.yaml index 0c86ee380..52c53fdd3 100644 --- a/OpenAPI/TS28567_CclNrm.yaml +++ b/OpenAPI/TS28567_CclNrm.yaml @@ -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: -- GitLab From 29814b1b91e87838b3f2c35b165ff878ecbdc2e4 Mon Sep 17 00:00:00 2001 From: Shitao Li Date: Thu, 20 Nov 2025 17:44:46 +0000 Subject: [PATCH 3/5] Edit TS28567_CclNrm.yaml -- GitLab From addf9ca844ed77d3eeda28b6421b0af17c1f99db Mon Sep 17 00:00:00 2001 From: Shitao Li Date: Thu, 20 Nov 2025 18:00:32 +0000 Subject: [PATCH 4/5] Edit TS28567_CclNrm.yaml --- OpenAPI/TS28567_CclNrm.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/OpenAPI/TS28567_CclNrm.yaml b/OpenAPI/TS28567_CclNrm.yaml index 52c53fdd3..af0764c44 100644 --- a/OpenAPI/TS28567_CclNrm.yaml +++ b/OpenAPI/TS28567_CclNrm.yaml @@ -107,9 +107,7 @@ components: - type: object properties: faultManagementAlarmIdList: - type: array - items: - type: string + type: string faultManagementBackUpObjectRequirement: type: boolean faultManagementIsolateObjectRequirement: @@ -117,10 +115,10 @@ components: faultManagementTimeWindow: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' clearUserId: - type: string + type: string #-------Definition of the generic dataType --------------# - CCLComponentsInfo: + CCLComponentsInfo: type: object properties: cCLComponentInfoId: -- GitLab From 14ca0b8029344c4410341ed0c0ffc6a7465a129b Mon Sep 17 00:00:00 2001 From: Shitao Li Date: Thu, 20 Nov 2025 18:15:47 +0000 Subject: [PATCH 5/5] Edit TS28567_CclNrm.yaml --- OpenAPI/TS28567_CclNrm.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28567_CclNrm.yaml b/OpenAPI/TS28567_CclNrm.yaml index af0764c44..880721473 100644 --- a/OpenAPI/TS28567_CclNrm.yaml +++ b/OpenAPI/TS28567_CclNrm.yaml @@ -107,7 +107,9 @@ components: - type: object properties: faultManagementAlarmIdList: - type: string + type: array + items: + type: string faultManagementBackUpObjectRequirement: type: boolean faultManagementIsolateObjectRequirement: -- GitLab