From 46366ec1e2a8318cdb6415b5b8bff021055239dd Mon Sep 17 00:00:00 2001 From: Ralf Handl Date: Fri, 12 Sep 2025 15:54:32 +0200 Subject: [PATCH] Add informative reference to JSONPath --- src/oas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oas.md b/src/oas.md index f7b626d28c..c6e96645dd 100644 --- a/src/oas.md +++ b/src/oas.md @@ -1174,7 +1174,7 @@ Assuming a path of `/foo`, a server of `https://example.com`, the full URL incor https://example.com/foo?%7B%22numbers%22%3A%5B1%2C2%5D%2C%22flag%22%3Anull%7D ``` -A querystring parameter that uses JSONPath. +A querystring parameter that uses [[?RFC9535|JSONPath]]. 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: ```yaml