Commit f4d323d2 authored by Pengxiang Xie's avatar Pengxiang Xie Committed by ruiyue
Browse files

Update TS28312_IntentNrm.yaml

parent eb060648
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -151,6 +151,11 @@ components:
          uniqueItems: true
          items:
            $ref: '#/components/schemas/Context'
       preferenceWeight:
          type: integer
          minimum: 0
          maximum: 10
          description: It represents the preference information of the Consumer on expectations.
      required:
        - expectationId
   #-------Definition of the generic IntentExpectation dataType ----------#    
@@ -330,6 +335,12 @@ components:
          items:
            $ref: '#/components/schemas/Context'
          description: It describes the list of constraints and conditions that should apply for a specific expectationTarget.
        preferenceWeight:
          type: integer
          minimum: 0
          maximum: 10
          description: It represents the preference information of the Consumer on expectationTargets.

   #-------Definition of the generic ExpectationTarget  dataType----------#  
   
   #-------Definition of the generic Context dataType----------------#