From f6bf2d9d2fc48d695774b7b7b1811bba2f44de17 Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Fri, 4 Oct 2024 10:45:41 +0000 Subject: [PATCH] Rel_19_CR0103_28.536_Enhance_the_isUnique_property_for_stage_3_OpenAPI --- OpenAPI/TS28536_CoslaNrm.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OpenAPI/TS28536_CoslaNrm.yaml b/OpenAPI/TS28536_CoslaNrm.yaml index 3848c2cd6..fdb1c44cf 100755 --- a/OpenAPI/TS28536_CoslaNrm.yaml +++ b/OpenAPI/TS28536_CoslaNrm.yaml @@ -74,6 +74,7 @@ components: AssuranceTargetList: type: array + uniqueItems: true items: $ref: '#/components/schemas/AssuranceTarget' @@ -92,6 +93,7 @@ components: AssuranceGoalStatusList: type: array + uniqueItems: true items: $ref: '#/components/schemas/AssuranceGoalStatus' @@ -110,11 +112,13 @@ components: AssuranceTargetStatusList: type: array + uniqueItems: true items: $ref: '#/components/schemas/AssuranceTargetStatus' AttributeNameList: type: array + uniqueItems: true items: type: string -- GitLab