Commit e5016093 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'Rel_19_CR0103_28.536_Enhance_the_isUnique_property_for_stage_3_OpenAPI' into 'Integration_Rel19_SA5_157_YAML'

Rel_19_CR0103_28.536_Enhance_the_isUnique_property_for_stage_3_OpenAPI

See merge request !1423
parents ee5fd1cc f6bf2d9d
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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