Skip to content

Commit fd34321

Browse files
authored
Merge pull request #4292 from baywet/feat/annex-c-pointers
adds links to annex C in path and server templating sections
2 parents d88c50e + b87e39c commit fd34321

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/oas.md

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ sub-delims = "!" / "$" / "&" / "'" / "(" / ")"
6262

6363
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

65+
See also [Appendix C: Using RFC6570-Based Serialization](#appendix-c-using-rfc6570-based-serialization) for additional guidance.
66+
6567
### Media Types
6668

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

601603
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`.
602604

605+
See the [Paths Object](#paths-object) for guidance on constructing full request URLs.
606+
603607
##### Fixed Fields
604608

605609
| Field Name | Type | Description |

0 commit comments

Comments
 (0)