From ee672206146b5f32a11cc3696484004f292d519e Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 10 May 2024 03:25:07 +0000 Subject: [PATCH 1/2] Update file TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index 9af9bf8ad..a54dc0c33 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -113,12 +113,13 @@ components: - IS_EQUAL_TO_OR_LESS_THAN - IS_EQUAL_TO_OR_GREATER_THAN - IS_ALL_OF - FulfilStatus: + FulfilmentStatus: type: string readOnly: true enum: - FULFILLED - NOT_FULFILLED + default: NOT_FULFILLED NotFulfilledState: type: string readOnly: true @@ -132,8 +133,8 @@ components: FulfilmentInfo: type: object properties: - fulfilStatus: - $ref: "#/components/schemas/FulfilStatus" + fulfilmentStatus: + $ref: "#/components/schemas/FulfilmentStatus" notFullfilledState: description: -> An attribute which is used when FulfilmentInfo is implemented for IntentFulfilmentInfo -- GitLab From ad9a7912e7025e96910f50047f8353e210967afa Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 10 May 2024 03:41:12 +0000 Subject: [PATCH 2/2] Update file TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index a54dc0c33..4547740c9 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -130,6 +130,7 @@ components: - SUSPENDED - TERMINATED - FULFILMENTFAILED + default: ACKNOWLEDGED FulfilmentInfo: type: object properties: -- GitLab