Commit 748c2618 authored by zhaoxxian's avatar zhaoxxian Committed by ruiyue
Browse files

Edit TS28312_IntentNrm.yaml

parent 3751f46c
Loading
Loading
Loading
Loading
+21 −1
Original line number Diff line number Diff line
@@ -325,6 +325,24 @@ components:
          description: An attribute which is used when FulfilmentInfo is implemented for IntentFulfilmentInfo
      required: 
        - fulfilmentStatus
    
    FulfilmentStatisticsInfo:
      type: object
      properties:
        expectationObjectSatisfiedRatio:
          type: integer
          minimum: 0
          maximum: 100
        expectationTemporalSatisfiedRatio:
          type: integer
          minimum: 0
          maximum: 100
        expectationSatisfiedDistributions:
          type: array
          uniqueItems: true
          items: 
            type: integer
  
    ExpectationVerb:
      type: string
      enum:
@@ -661,6 +679,8 @@ components:
          readOnly: true
        expectationFulfilmentInfo:
          $ref: '#/components/schemas/FulfilmentInfo'
        expectationFulfilmentStatisticsInfo:
          $ref: '#/components/schemas/FulfilmentStatisticsInfo'
        targetFulfilmentResults:
          type: array
          uniqueItems: true