From cda3000e58160d8d580fc5c2c74d7f52d35e66f9 Mon Sep 17 00:00:00 2001 From: Jan Groenendijk Date: Thu, 17 Oct 2024 07:48:49 +0000 Subject: [PATCH 1/2] Update TS28312_IntentNrm.yaml infeasibilityReason --- OpenAPI/TS28312_IntentNrm.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index 3d018cb18..f1508cd61 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -411,8 +411,12 @@ components: - FEASIBLE - INFEASIBLE infeasibilityReason: - type: string - description: An attribute which is used when feasibilityCheckResult is INFEASIBLE + description: An attribute which is used when feasibilityCheckResult is INFEASIBLE + type: enum + readOnly: true + enum: + - INVALID_INTENT_EXPRESSION + - INTENT_CONFLICT #-------Definition of the concrete IntentFeasibilityCheckReport dataType----------------# #-------Definition of the generic IntentHandlingCapability dataType----------------# -- GitLab From f6bec7c929df32aaa6b8efdee2390419e27c87df Mon Sep 17 00:00:00 2001 From: Jan Groenendijk Date: Thu, 17 Oct 2024 08:19:30 +0000 Subject: [PATCH 2/2] Update TS28312_IntentNrm.yaml type string --- OpenAPI/TS28312_IntentNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index f1508cd61..81fc68b3a 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -412,7 +412,7 @@ components: - INFEASIBLE infeasibilityReason: description: An attribute which is used when feasibilityCheckResult is INFEASIBLE - type: enum + type: string readOnly: true enum: - INVALID_INTENT_EXPRESSION -- GitLab