From cbc60e62bf926796dd64dc10e9e39bada4356aa8 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Sun, 23 Mar 2025 07:51:38 +0000 Subject: [PATCH 1/2] Update file TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index c95e1aeb2..41c5b355c 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -112,12 +112,6 @@ components: minItems: 1 items: $ref: '#/components/schemas/IntentHandlingCapability' - supportedExpectationTargetInfo: - type: array - items: - $ref: '#/components/schemas/SupportedExpectationTargetInfo' - uniqueItems: true - minItems: 1 Intent: $ref: '#/components/schemas/Intent-Multiple' IntentReport: @@ -630,20 +624,18 @@ components: - Radio_Service readOnly: true description: It describes the expectation object type which can be supported by a specific intent handling function of MnS producer. - supportedExpectationTargetNames: + supportedExpectationTargetInfos: type: array + items: + $ref: '#/components/schemas/SupportedExpectationTargetInfo' uniqueItems: true minItems: 1 - items: - type: string - readOnly: true - description: It describes the supported expectation targets for the supported expectation object type. SupportedExpectationTargetInfo: description: >- It indicates the detailed information about what the intent driven MnS producer supports for a given supportedExpectationObjectType. type: object properties: - supportedExpectationTargetName: + supportedTargetName: type: string readOnly: true supportedTargetCondition: -- GitLab From 568328ddab63bfb2ce7586cced51ceb3c7f5360e Mon Sep 17 00:00:00 2001 From: ruiyue Date: Tue, 8 Apr 2025 19:52:24 +0000 Subject: [PATCH 2/2] Update file 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 41c5b355c..c8e988e12 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -624,7 +624,7 @@ components: - Radio_Service readOnly: true description: It describes the expectation object type which can be supported by a specific intent handling function of MnS producer. - supportedExpectationTargetInfos: + supportedExpectationTargetInfoList: type: array items: $ref: '#/components/schemas/SupportedExpectationTargetInfo' -- GitLab