Skip to content

Commit

Permalink
fix(schema): remove body from parameter object (OAI#287)
Browse files Browse the repository at this point in the history
fixes OAI#281
  • Loading branch information
jeremyfiel committed Dec 17, 2024
1 parent 962fa45 commit 29ac216
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 29ac216

Please sign in to comment.