You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to issue #489 and Pull Request #496 we would like to improve the variable assignment for the OpenAPI plug-in.
Currently, it is possible to assign extension variables to a variableAssignment, thus that we can get variables from the info part of the file and the extensions of each entity like shown on the image below:
If we implemented the possibility of using JsonPath we would be able to get attributes from any part of the OpenAPI file and not only on the info and extensions of each entity.
Tasks to do:
Change the extension variableAssigmnent on the Matcher of the OpenAPI plug-in.
Add the logic for using JsonPath in the InputReader.
The text was updated successfully, but these errors were encountered:
This should not replace the extension variableAssignment. It can be more seen as an additional variableAssignment type which is more powerfull with the cost of a more complex syntax of the value.
Related to issue #489 and Pull Request #496 we would like to improve the variable assignment for the OpenAPI plug-in.
Currently, it is possible to assign
extension
variables to a variableAssignment, thus that we can get variables from theinfo
part of the file and the extensions of each entity like shown on the image below:If we implemented the possibility of using JsonPath we would be able to get attributes from any part of the OpenAPI file and not only on the
info
and extensions of each entity.Tasks to do:
extension
variableAssigmnent on the Matcher of the OpenAPI plug-in.InputReader
.The text was updated successfully, but these errors were encountered: