Skip to content

adds links to annex C in path and server templating sections #4292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/oas.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ sub-delims = "!" / "$" / "&" / "'" / "(" / ")"

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).

See also [Appendix C: Using RFC6570-Based Serialization](#appendix-c-using-rfc6570-based-serialization) for additional guidance.

### Media Types

Media type definitions are spread across several resources.
Expand Down Expand Up @@ -600,6 +602,8 @@ iprivate = %xE000-F8FF / %xF0000-FFFFD / %x100000-10FFFD

Here, `literals`, `pct-encoded`, `ucschar` and `iprivate` definitions are taken from [RFC 6570](https://www.rfc-editor.org/rfc/rfc6570), incorporating the corrections specified in [Errata 6937](https://www.rfc-editor.org/errata/eid6937) for `literals`.

See the [Paths Object](#paths-object) for guidance on constructing full request URLs.

##### Fixed Fields

| Field Name | Type | Description |
Expand Down
Loading