Commit 3a1f4a94 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'Rel_19_CR0272_28.312_Enhance_stage_3_OpenAPI_for_multiplicity_property' into 'Integration_Rel19_SA5_158_YAML'

Rel_19_CR0272_28.312_Enhance_stage_3_OpenAPI_for_multiplicity_property_in_TS28312_IntentNrm

See merge request !1501
parents 59fd7430 aff6e1b9
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ components:
          intentExpectations:
            type: array
            uniqueItems: true
            minItems: 1
            items:
              type: object
              oneOf:
@@ -104,6 +105,7 @@ components:
          intentHandlingCapabilityList:
            type: array
            uniqueItems: true
            minItems: 1
            items:
              $ref: '#/components/schemas/IntentHandlingCapability'
          Intent:
@@ -130,6 +132,7 @@ components:
        expectationTargets:
          type: array
          uniqueItems: true
          minItems: 1
          items:
            $ref: '#/components/schemas/ExpectationTarget'
        contextSelectivity:
@@ -294,6 +297,7 @@ components:
          oneOf:
            - type: array
              uniqueItems: true
              minItems: 1
              items:
                $ref: "#/components/schemas/ValueRangeType"
            - $ref: "#/components/schemas/ValueRangeType"
@@ -321,6 +325,7 @@ components:
            oneOf:
              - type: array
                uniqueItems: true
                minItems: 1
                items:
                  $ref: "#/components/schemas/ValueRangeType"
              - $ref: "#/components/schemas/ValueRangeType" 
@@ -338,6 +343,7 @@ components:
        expectationFulfilmentResult:
          type: array
          uniqueItems: true
          minItems: 1
          items: 
            $ref: '#/components/schemas/ExpectationFulfilmentResult'
   #-------Definition of the concrete IntentFulfilmentReport dataType----------------#
@@ -460,6 +466,7 @@ components:
        supportedExpectationTargetNames:
          type: array
          uniqueItems: true
          minItems: 1
          items:
            type: string
            readOnly: true