From b99606f46bfcdff55b23065180b3df6cc412a99c Mon Sep 17 00:00:00 2001 From: sunse Date: Thu, 24 Aug 2023 21:09:25 +0000 Subject: [PATCH 1/2] Rel18_TS28.312_CR0086 --- OpenAPI/TS28312_IntentNrm.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index bd3c83c28..fa9bbeafb 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -51,6 +51,8 @@ components: $ref: "#/components/schemas/IntentContext" intentFulfilmentInfo: $ref: "#/components/schemas/FulfilmentInfo" + intentPriority: + type: integer #-------Definition of generic IOCs ----------# #-------Definition of the generic IntentExpectation dataType ----------# -- GitLab From 9f1f379eec23df98fca06b0ebe03c185f35e8210 Mon Sep 17 00:00:00 2001 From: sunse Date: Thu, 24 Aug 2023 21:15:52 +0000 Subject: [PATCH 2/2] fix validation issue --- OpenAPI/TS28312_IntentNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index fa9bbeafb..61703fcde 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -51,8 +51,8 @@ components: $ref: "#/components/schemas/IntentContext" intentFulfilmentInfo: $ref: "#/components/schemas/FulfilmentInfo" - intentPriority: - type: integer + intentPriority: + type: integer #-------Definition of generic IOCs ----------# #-------Definition of the generic IntentExpectation dataType ----------# -- GitLab