Commit 9270dceb authored by ruiyue's avatar ruiyue Committed by sunse
Browse files

Update file TS28312_IntentNrm.yaml

parent 4f5b456c
Loading
Loading
Loading
Loading
+24 −6
Original line number Diff line number Diff line
@@ -476,6 +476,25 @@ components:
            enum:
               - INVALID_INTENT_EXPRESSION
               - INTENT_CONFLICT
        inFeasibleExpectationInfos:
          type: array
          items:
            $ref: '#/components/schemas/InFeasibleExpectationInfo'
    InFeasibleExpectationInfo:
      description: >-
        It describes the list of InFeasibleExpectationInfo for all infeasible IntentExpectations
         in the intent
      type: object
      properties:
        expectationId:
          type: string
          readOnly: true
        inFeasibleTargets:
          type: array
          items:
            type: string
            readOnly: true
          description: It describes the list of TargetNames for the InFeasibleTargets
   #-------Definition of the concrete IntentFeasibilityCheckReport dataType----------------#


@@ -514,7 +533,6 @@ components:
            minItems: 1
   #-------Definition of the generic IntentExplorationReport dataType----------------#


   #-------Definition of the generic IntentHandlingCapability dataType----------------#
    IntentHandlingCapability:   
      description: >-