Commit cbc60e62 authored by ruiyue's avatar ruiyue
Browse files

Update file TS28312_IntentNrm.yaml

parent 23a57dd9
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:
        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: