Commit c0d40f2c authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch 'Rel_19_CR_TS_28.312_Update_the_solution_for_Intent_capability_exposure' into 'Integration_Rel19_SA5_160_YAML'

Rel_19_CR0307_TS_28.312_Update_the_solution_for_Intent_capability_exposure

See merge request !1641
parents 23a57dd9 568328dd
Loading
Loading
Loading
Loading
Loading
+4 −12
Original line number Diff line number Diff line
@@ -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: