Skip to content

Commit

Permalink
Merge pull request #3415 from karenetheridge/ether/v3.1-path-name
Browse files Browse the repository at this point in the history
fix schema error for path templating
  • Loading branch information
earth2marsh authored Nov 30, 2023
2 parents 667d8f5 + c2915e6 commit 1d92ea1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions schemas/v3.1/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,9 +552,6 @@
},
"then": {
"properties": {
"name": {
"pattern": "[^/#?]+$"
},
"style": {
"default": "simple",
"enum": [
Expand Down
2 changes: 0 additions & 2 deletions schemas/v3.1/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,6 @@ $defs:
- in
then:
properties:
name:
pattern: '[^/#?]+$'
style:
default: simple
enum:
Expand Down

0 comments on commit 1d92ea1

Please sign in to comment.