Skip to content

Commit

Permalink
fix: default causing validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Sep 21, 2023
1 parent 76c9f43 commit d85fd34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,7 @@
"required": ["name", "value"],
"properties": {
"in": {
"enum": ["header", "cookie"],
"default": "header"
"enum": ["header", "cookie"]
},
"name": {
"description": "The header or cookie name.",
Expand Down

0 comments on commit d85fd34

Please sign in to comment.