Commit 504c3d36 authored by ruiyue's avatar ruiyue
Browse files

Merge branch 'R20_TS28312_CRxxxx_Intent_expectation_satisfied_info' into...

Merge branch 'R20_TS28312_CRxxxx_Intent_expectation_satisfied_info' into 'Integration_Rel20_SA5_166_YAML'

Edit R20 TS28312 CR0387_IntentNrm.yaml

See merge request !2085
parents 3751f46c 5269e182
Loading
Loading
Loading
Loading
Loading
+26 −1
Original line number Diff line number Diff line
@@ -325,6 +325,29 @@ components:
          description: An attribute which is used when FulfilmentInfo is implemented for IntentFulfilmentInfo
      required: 
        - fulfilmentStatus
    
    FulfilmentStatisticsInfo:
      type: object
      properties:
        expectationObjectFulfilmentInfo:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/Distribution'
        expectationTemporalFulfilmentInfo:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/Distribution'

    Distribution:
      type: object
      properties:
        couter:
          type: integer
        bin:
          type: string
  
    ExpectationVerb:
      type: string
      enum:
@@ -661,6 +684,8 @@ components:
          readOnly: true
        expectationFulfilmentInfo:
          $ref: '#/components/schemas/FulfilmentInfo'
        expectationFulfilmentStatisticsInfo:
          $ref: '#/components/schemas/FulfilmentStatisticsInfo'
        targetFulfilmentResults:
          type: array
          uniqueItems: true