Loading OpenAPI/TS28312_IntentNrm.yaml +14 −1 Original line number Diff line number Diff line Loading @@ -191,6 +191,8 @@ components: description: It represents the preference information of the Consumer on expectations. required: - expectationId - expectationObject - expectationTargets #-------Definition of the generic IntentExpectation dataType ----------# #-------Definition of the generic ExpectationObject dataType ----------# Loading Loading @@ -499,6 +501,9 @@ components: uniqueItems: true items: $ref: '#/components/schemas/TargetFulfilmentResult' required: - expectaitonId - expectationFulfilmentInfo #-------Definition of the concrete ExpectationFulfilmentResult dataType----------------# #-------Definition of the generic TargetFulfilmentResult dataType----------------# Loading @@ -522,6 +527,9 @@ components: uniqueItems: true items: $ref: '#/components/schemas/Context' required: - targetName - targetFulfilmentInfo #-------Definition of the concrete TargetFulfilmentResult dataType----------------# #-------Definition of the generic IntentConflictReport dataType----------------# Loading Loading @@ -561,7 +569,9 @@ components: enum: - MODIFY - DELETE required: - conflictId - conflictType #-------Definition of the concrete IntentConflictReport dataType----------------# Loading Loading @@ -604,6 +614,9 @@ components: type: array items: $ref: '#/components/schemas/InFeasibleExpectationInfo' required: - feasibilityCheckResult - infeasibilityReasons InFeasibleExpectationInfo: description: >- It describes the list of InFeasibleExpectationInfo for all infeasible IntentExpectations Loading Loading
OpenAPI/TS28312_IntentNrm.yaml +14 −1 Original line number Diff line number Diff line Loading @@ -191,6 +191,8 @@ components: description: It represents the preference information of the Consumer on expectations. required: - expectationId - expectationObject - expectationTargets #-------Definition of the generic IntentExpectation dataType ----------# #-------Definition of the generic ExpectationObject dataType ----------# Loading Loading @@ -499,6 +501,9 @@ components: uniqueItems: true items: $ref: '#/components/schemas/TargetFulfilmentResult' required: - expectaitonId - expectationFulfilmentInfo #-------Definition of the concrete ExpectationFulfilmentResult dataType----------------# #-------Definition of the generic TargetFulfilmentResult dataType----------------# Loading @@ -522,6 +527,9 @@ components: uniqueItems: true items: $ref: '#/components/schemas/Context' required: - targetName - targetFulfilmentInfo #-------Definition of the concrete TargetFulfilmentResult dataType----------------# #-------Definition of the generic IntentConflictReport dataType----------------# Loading Loading @@ -561,7 +569,9 @@ components: enum: - MODIFY - DELETE required: - conflictId - conflictType #-------Definition of the concrete IntentConflictReport dataType----------------# Loading Loading @@ -604,6 +614,9 @@ components: type: array items: $ref: '#/components/schemas/InFeasibleExpectationInfo' required: - feasibilityCheckResult - infeasibilityReasons InFeasibleExpectationInfo: description: >- It describes the list of InFeasibleExpectationInfo for all infeasible IntentExpectations Loading