Loading OpenAPI/TS28312_IntentNrm.yaml +21 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading @@ -661,6 +679,8 @@ components: readOnly: true expectationFulfilmentInfo: $ref: '#/components/schemas/FulfilmentInfo' expectationFulfilmentStatisticsInfo: $ref: '#/components/schemas/FulfilmentStatisticsInfo' targetFulfilmentResults: type: array uniqueItems: true Loading Loading
OpenAPI/TS28312_IntentNrm.yaml +21 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading @@ -661,6 +679,8 @@ components: readOnly: true expectationFulfilmentInfo: $ref: '#/components/schemas/FulfilmentInfo' expectationFulfilmentStatisticsInfo: $ref: '#/components/schemas/FulfilmentStatisticsInfo' targetFulfilmentResults: type: array uniqueItems: true Loading