Commit 3a0b2075 authored by ruiyue's avatar ruiyue
Browse files

Update file TS28312_IntentNrm.yaml

parent 98698322
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -191,6 +191,8 @@ components:
          description: It represents the preference information of the Consumer on expectations.
      required:
        - expectationId
        - expectationObject
        - expectationTargets
   #-------Definition of the generic IntentExpectation dataType ----------#    

   #-------Definition of the generic ExpectationObject dataType ----------#    
@@ -499,6 +501,9 @@ components:
          uniqueItems: true
          items: 
            $ref: '#/components/schemas/TargetFulfilmentResult'
        required:
          - expectaitonId
          - expectationFulfilmentInfo    
   #-------Definition of the concrete ExpectationFulfilmentResult dataType----------------#

   #-------Definition of the generic TargetFulfilmentResult dataType----------------#
@@ -522,6 +527,9 @@ components:
          uniqueItems: true
          items:
            $ref: '#/components/schemas/Context'
      required:
        - targetName
        - targetFulfilmentInfo      
   #-------Definition of the concrete TargetFulfilmentResult dataType----------------#

   #-------Definition of the generic IntentConflictReport dataType----------------#
@@ -561,7 +569,9 @@ components:
          enum:
              - MODIFY
              - DELETE

      required:
        - conflictId
        - conflictType
   #-------Definition of the concrete IntentConflictReport dataType----------------#


@@ -604,6 +614,9 @@ components:
          type: array
          items:
            $ref: '#/components/schemas/InFeasibleExpectationInfo'
      required:
        - feasibilityCheckResult
        - infeasibilityReasons
    InFeasibleExpectationInfo:
      description: >-
        It describes the list of InFeasibleExpectationInfo for all infeasible IntentExpectations