Skip to content

Commit 1d92ea1

Browse files
authored
Merge pull request #3415 from karenetheridge/ether/v3.1-path-name
fix schema error for path templating
2 parents 667d8f5 + c2915e6 commit 1d92ea1

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

schemas/v3.1/schema.json

-3
Original file line numberDiff line numberDiff line change
@@ -552,9 +552,6 @@
552552
},
553553
"then": {
554554
"properties": {
555-
"name": {
556-
"pattern": "[^/#?]+$"
557-
},
558555
"style": {
559556
"default": "simple",
560557
"enum": [

schemas/v3.1/schema.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,6 @@ $defs:
381381
- in
382382
then:
383383
properties:
384-
name:
385-
pattern: '[^/#?]+$'
386384
style:
387385
default: simple
388386
enum:

0 commit comments

Comments
 (0)