Skip to content

Commit b5d2229

Browse files
handrewsralfhandl
andauthored
Review feedback on RFC quotations vs linking
Co-authored-by: Ralf Handl <[email protected]>
1 parent ed7a6d8 commit b5d2229

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
@@ -3587,7 +3587,7 @@ Implementations MAY create a properly delimited URI Template with variables for
35873587
This includes:
35883588
* the styles `pipeDelimited`, `spaceDelimited`, and `deepObject`, which have no equivalents at all
35893589
* the combination of the style `form` with `allowReserved: true`, which is not allowed because only one prefix operator can be used at a time
3590-
* any parameter name that is not a legal RFC6570 variable name (alphanumerics, `_`, and percent-encoded characters)
3590+
* any parameter name that is not a legal RFC6570 variable name
35913591

35923592
The Parameter Object's `name` field has a much more permissive syntax than [RFC6570 variable name syntax](https://www.rfc-editor.org/rfc/rfc6570#section-2.3).
35933593
A parameter name that includes characters outside of the allowed RFC6570 variable character set MUST be percent-encoded before it can be used in a URI Template.

0 commit comments

Comments
 (0)