From 448a8e04225e05efcdc3661e81935ccaea33ae66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Refik=20Fatih=20=C3=9Cstok?= Date: Thu, 2 Apr 2026 13:59:39 +0000 Subject: [PATCH] Edit TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index 7f98a65d..cb5695ec 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -281,6 +281,7 @@ components: type: string enum: - FEASIBILITYCHECK + - FEASIBILITYCHECK_WITH_RECOMMENDATIONS - FULFILMENT_WITHOUT_NEGOTIATION - EXPLORATION - FULFILMENT_WITH_NEGOTIATION @@ -803,12 +804,23 @@ components: type: array uniqueItems: true items: - type: string + $ref: '#/components/schemas/InFeasibleTargetInfo' readOnly: true - description: It describes the list of TargetNames for the InFeasibleTargets + description: It describes the list of inFeasibleTargetInfo for the InFeasibleTargets required: - expectationId - - inFeasibleTargets + - inFeasibleTargets + InFeasibleTargetInfo: + description: >- + It describes each infeasible target, including the targetName and recommendedValue for the InFeasibleTargets. + type: object + properties: + targetName: + type: string + readOnly: true + recommendedValue: + type: number + readOnly: true #-------Definition of the concrete IntentFeasibilityCheckReport dataType----------------# -- GitLab