Commit aa3c4c69 authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch '28.312_Rel20_CR0388_Add_Stage2_and_Stage3_Feasibility_Check_Enhancement_with_recommendations' into 'Integration_Rel20_SA5_166_YAML'

28.312_Rel20_CR0388_Add_Stage2_and_Stage3_Feasibility_Check_Enhancement_with_recommendations

See merge request !2088
parents 5e6310b7 448a8e04
Loading
Loading
Loading
Loading
Loading
+15 −3
Original line number Diff line number Diff line
@@ -281,6 +281,7 @@ components:
      type: string
      enum:
        - FEASIBILITYCHECK
        - FEASIBILITYCHECK_WITH_RECOMMENDATIONS
        - FULFILMENT_WITHOUT_NEGOTIATION
        - EXPLORATION
        - FULFILMENT_WITH_NEGOTIATION
@@ -803,12 +804,23 @@ components:
          type: array
          uniqueItems: true
          items:
            type: string
            $ref: '#/components/schemas/InFeasibleTargetInfo'
            readOnly: true
          description: It describes the list of TargetNames for the InFeasibleTargets
          description: It describes the list of inFeasibleTargetInfo for the InFeasibleTargets
      required:
        - expectationId
        - inFeasibleTargets
    InFeasibleTargetInfo:
      description: >-
        It describes each infeasible target, including the targetName and recommendedValue for the InFeasibleTargets.
      type: object
      properties:
        targetName:
          type: string
          readOnly: true
        recommendedValue:
          type: number
          readOnly: true
   #-------Definition of the concrete IntentFeasibilityCheckReport dataType----------------#