Commit 7e24a8f0 authored by Refik Fatih Üstok's avatar Refik Fatih Üstok
Browse files

Edit TS28312_IntentNrm.yaml

parent d24dad23
Loading
Loading
Loading
Loading
Loading
+15 −3
Original line number Diff line number Diff line
@@ -270,6 +270,7 @@ components:
      type: string
      enum:
        - FEASIBILITYCHECK
        - FEASIBILITYCHECK_WITH_RECOMMENDATIONS
        - FULFILMENT_WITHOUT_NEGOTIATION
        - EXPLORATION
        - FULFILMENT_WITH_NEGOTIATION
@@ -687,12 +688,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----------------#