From aebaccc3f256f30ee217195d2a772745a80f4bfe Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Fri, 8 Nov 2024 13:06:56 +0000 Subject: [PATCH] Rel_18_CR0274_28.312_Fix_mismatch_between_stage_2_and_stage_3 --- OpenAPI/TS28312_IntentNrm.yaml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index 81fc68b3a..db3e844c8 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -324,7 +324,7 @@ components: properties: intentFulfilmentInfo: $ref: '#/components/schemas/FulfilmentInfo' - expectationFulfilmentResult: + expectationFulfilmentResults: type: array items: $ref: '#/components/schemas/ExpectationFulfilmentResult' @@ -340,7 +340,7 @@ components: type: string expectationFulfilmentInfo: $ref: '#/components/schemas/FulfilmentInfo' - targetFulfilmentResult: + targetFulfilmentResults: type: array items: $ref: '#/components/schemas/TargetFulfilmentResult' @@ -410,13 +410,15 @@ components: enum: - FEASIBLE - INFEASIBLE - infeasibilityReason: + infeasibilityReasons: description: An attribute which is used when feasibilityCheckResult is INFEASIBLE - type: string - readOnly: true - enum: - - INVALID_INTENT_EXPRESSION - - INTENT_CONFLICT + type: array + items: + type: string + readOnly: true + enum: + - INVALID_INTENT_EXPRESSION + - INTENT_CONFLICT #-------Definition of the concrete IntentFeasibilityCheckReport dataType----------------# #-------Definition of the generic IntentHandlingCapability dataType----------------# -- GitLab