From 9d2749bbbd21736b5d205fb45515b33c9985e72a Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Fri, 8 Nov 2024 10:59:31 +0000 Subject: [PATCH] Rel_19_CR0272_28.312_Enhance_stage_3_OpenAPI_for_multiplicity_property --- OpenAPI/TS28312_IntentNrm.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index 937bfea94..6253b3583 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -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 -- GitLab