Skip to content

Commit ed5cfe4

Browse files
committed
fix: tchar definition
Signed-off-by: Vincent Biret <[email protected]>
1 parent 621d1c3 commit ed5cfe4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/schemas/validation/schema.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,7 @@ $defs:
236236
$ref: '#/$defs/operation'
237237
propertyNames:
238238
$comment: RFC9110 restricts methods to "1*tchar" in ABNF
239-
pattern: "^[a-zA-Z0-9!#$%&'*+.-]+$"
240-
"^" / "_" / "`" / "|" / "~"
239+
pattern: "^[a-zA-Z0-9!#$%&'*+.-^`|~]+$"
241240
not:
242241
enum:
243242
- GET

0 commit comments

Comments
 (0)