From f4d323d2ada083e36e5b6b7645430c6834c92481 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Fri, 17 Jan 2025 03:38:52 +0000 Subject: [PATCH 1/2] Update TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index 575f97efd..7472671d8 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -151,6 +151,11 @@ components: uniqueItems: true items: $ref: '#/components/schemas/Context' + preferenceWeight: + type: integer + minimum: 0 + maximum: 10 + description: It represents the preference information of the Consumer on expectations. required: - expectationId #-------Definition of the generic IntentExpectation dataType ----------# @@ -330,6 +335,12 @@ components: items: $ref: '#/components/schemas/Context' description: It describes the list of constraints and conditions that should apply for a specific expectationTarget. + preferenceWeight: + type: integer + minimum: 0 + maximum: 10 + description: It represents the preference information of the Consumer on expectationTargets. + #-------Definition of the generic ExpectationTarget dataType----------# #-------Definition of the generic Context dataType----------------# -- GitLab From 33c3ae781ea74131223aa6a48ea719b8fe3bdc7e Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Fri, 17 Jan 2025 06:41:43 +0000 Subject: [PATCH 2/2] Update TS28312_IntentNrm.yaml --- 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 7472671d8..0fcb60483 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -151,7 +151,7 @@ components: uniqueItems: true items: $ref: '#/components/schemas/Context' - preferenceWeight: + preferenceWeight: type: integer minimum: 0 maximum: 10 -- GitLab