Skip to content

Commit a4900db

Browse files
committed
Validate fragments are allowed in path keys
1 parent 57d14eb commit a4900db

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
openapi: 3.1.0
2+
info:
3+
title: API
4+
version: 1.0.0
5+
paths:
6+
/foo#fragment:
7+
get: {}

0 commit comments

Comments
 (0)