Skip to content

Commit 439e8eb

Browse files
committed
Second pattern is problematic
See OAI#3818 (comment)
1 parent 35edf64 commit 439e8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4020,7 +4020,7 @@ parameters:
40204020
type: string
40214021
```
40224022

4023-
This example is equivalent to RFC6570's `{?foo*,bar}`, and **_NOT_** `{?foo*}{&bar}`, which is problematic because if `foo` is not defined, the result will be an invalid URI.
4023+
This example is equivalent to RFC6570's `{?foo*,bar}`, and **_NOT_** `{?foo*}{&bar}`. The latter is problematic because if `foo` is not defined, the result will be an invalid URI.
40244024
The `&` prefix operator has no equivalent in the Parameter Object.
40254025

40264026
Note that RFC6570 does not specify behavior for compound values beyond the single level addressed by `explode`. The results of using objects or arrays where no behavior is clearly specified for them is implementation-defined.

0 commit comments

Comments
 (0)