diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index c95e1aeb2e06f0985ea367db4f36b23a230a27ec..c8e988e12854bba436f7ef4822a144c09753658c 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: + supportedExpectationTargetInfoList: 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: