Commit 5269e182 authored by zhaoxxian's avatar zhaoxxian Committed by ruiyue
Browse files

Edit TS28312_IntentNrm.yaml

parent 748c2618
Loading
Loading
Loading
Loading
Loading
+16 −11
Original line number Diff line number Diff line
@@ -329,19 +329,24 @@ components:
    FulfilmentStatisticsInfo:
      type: object
      properties:
        expectationObjectSatisfiedRatio:
          type: integer
          minimum: 0
          maximum: 100
        expectationTemporalSatisfiedRatio:
          type: integer
          minimum: 0
          maximum: 100
        expectationSatisfiedDistributions:
        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