Commit c113b61f authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch 'Rel19_CR_TS_28.312_Add_New_Use_Case_Requirements_and_Solution_of_Intent_Degradation_based_on_Expectation_Preference' into 'Integration_Rel19_SA5_159_YAML'

Rel19_CR_TS_28.312_Add_New_Use_Case_Requirements_and_Solution_of_Intent_Degradation_based_on_Expectation_Preference

See merge request !1557
parents eb060648 33c3ae78
Loading
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----------------#