Skip to content

Commit 46366ec

Browse files
committed
Add informative reference to JSONPath
1 parent 1e94ea4 commit 46366ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ Assuming a path of `/foo`, a server of `https://example.com`, the full URL incor
11741174
https://example.com/foo?%7B%22numbers%22%3A%5B1%2C2%5D%2C%22flag%22%3Anull%7D
11751175
```
11761176

1177-
A querystring parameter that uses JSONPath.
1177+
A querystring parameter that uses [[?RFC9535|JSONPath]].
11781178
Note that in this example we not only do not repeat `dataValue`, but we use the shorthand `example` because the `application/jsonpath` value is a string that, at the media type level, is serialized as-is:
11791179

11801180
```yaml

0 commit comments

Comments
 (0)