yym
4 years agoNew Contributor
How to define a JSONPath query parameter?
Hi all. How I can define a query parameter which is a JSONPath expression in OASv3? The request example: GET /v1/service?filter=[*].virtualNetworkServices[?(@.status==’reserved’)] Is my below OAS ...
- 4 years ago
Looks good to me! There's no special data type for "JSONPath expression", it's just a string.