Skip to content

Commit a2873d8

Browse files
committed
chore: removes basic alpha digit hexdig definition
Signed-off-by: Vincent Biret <[email protected]>
1 parent e4caedc commit a2873d8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/oas.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"
5858
pct-encoded = "%" HEXDIG HEXDIG
5959
sub-delims = "!" / "$" / "&" / "'" / "(" / ")"
6060
/ "*" / "+" / "," / ";" / "="
61-
ALPHA = %x41-5A / %x61-7A ; A-Z / a-z
62-
DIGIT = %x30-39 ; 0-9
63-
HEXDIG = DIGIT / "A" / "B" / "C" / "D" / "E" / "F"
6461
```
6562

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

0 commit comments

Comments
 (0)