Skip to content

Commit 72d93b8

Browse files
committed
chore: explicitly lists out which definitions come from another RFC
Signed-off-by: Vincent Biret <[email protected]>
1 parent d1c9e87 commit 72d93b8

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
@@ -60,7 +60,7 @@ sub-delims = "!" / "$" / "&" / "'" / "(" / ")"
6060
/ "*" / "+" / "," / ";" / "="
6161
```
6262

63-
Here, all characters definitions are taken from [RFC 3986](https://tools.ietf.org/html/rfc3986). The `path-template` is directly derived from [RFC 3986, section 3.3](https://datatracker.ietf.org/doc/html/rfc3986#section-3.3).
63+
Here, `pchar`, `unreserved`, `pct-encoded` and `sub-delims` definitions are taken from [RFC 3986](https://tools.ietf.org/html/rfc3986). The `path-template` is directly derived from [RFC 3986, section 3.3](https://datatracker.ietf.org/doc/html/rfc3986#section-3.3).
6464

6565
### Media Types
6666

0 commit comments

Comments
 (0)