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