Commit 125c6353 authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch 'Rel_18_CR0252_28.312_Fix_stage2_type_definition_of_infeasibilityReason_yaml' into 'Integration_Rel18_SA5_157_YAML'

Update TS28312_CR0252_IntentNrm.yaml  infeasibilityReason

See merge request !1429
parents 74d077fc f6bec7c9
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -411,8 +411,12 @@ components:
              - FEASIBLE
              - INFEASIBLE
        infeasibilityReason:
          type: string
          description: An attribute which is used when feasibilityCheckResult is INFEASIBLE 
          type: string
          readOnly: true      
          enum:
             - INVALID_INTENT_EXPRESSION
             - INTENT_CONFLICT
   #-------Definition of the concrete IntentFeasibilityCheckReport dataType----------------#

   #-------Definition of the generic IntentHandlingCapability dataType----------------#