Loading OpenAPI/TS28312_IntentNrm.yaml +16 −11 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
OpenAPI/TS28312_IntentNrm.yaml +16 −11 Original line number Diff line number Diff line Loading @@ -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 Loading