From 215d5ed1a1fa3b1424845b7508d3804c21d8bc73 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 11 Aug 2023 14:10:13 +0000 Subject: [PATCH 1/3] Update file TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index bd3c83c28..990d43f34 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -51,6 +51,11 @@ components: $ref: "#/components/schemas/IntentContext" intentFulfilmentInfo: $ref: "#/components/schemas/FulfilmentInfo" + intentAdminState: + type: string + enum: + - ACTIVATED + - DEACTIVATED #-------Definition of generic IOCs ----------# #-------Definition of the generic IntentExpectation dataType ----------# -- GitLab From c5c2bacf6c8740cc593402382347207323f6f773 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 11 Aug 2023 14:17:28 +0000 Subject: [PATCH 2/3] Update file TS28312_IntentNrm.yaml --- 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 990d43f34..b6ec1965e 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -54,8 +54,8 @@ components: intentAdminState: type: string enum: - - ACTIVATED - - DEACTIVATED + - ACTIVATED + - DEACTIVATED #-------Definition of generic IOCs ----------# #-------Definition of the generic IntentExpectation dataType ----------# -- GitLab From b7938784a76d11921dfa69e63eb9f1196492328d Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 11 Aug 2023 14:23:27 +0000 Subject: [PATCH 3/3] Update file TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index b6ec1965e..a65c716b1 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -53,9 +53,10 @@ components: $ref: "#/components/schemas/FulfilmentInfo" intentAdminState: type: string - enum: + enum: - ACTIVATED - DEACTIVATED + #-------Definition of generic IOCs ----------# #-------Definition of the generic IntentExpectation dataType ----------# -- GitLab