Skip to content

Commit

Permalink
fix(schema): remove body from parameter object (#287)
Browse files Browse the repository at this point in the history
fixes #281
  • Loading branch information
jeremyfiel authored Dec 16, 2024
1 parent a620024 commit 5336a14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions schemas/v1.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -704,8 +704,7 @@
"path",
"query",
"header",
"cookie",
"body"
"cookie"
]
},
"value": {
Expand Down
1 change: 0 additions & 1 deletion schemas/v1.0/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ $defs:
- query
- header
- cookie
- body
value:
description: The value to pass in the parameter
type:
Expand Down

0 comments on commit 5336a14

Please sign in to comment.