Skip to content

Commit

Permalink
Remove unnecessary required fields in schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
garrytrinder committed Jan 18, 2024
1 parent 922aa7d commit f379305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions schemas/v1.0/genericrandomerrorplugin.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@
]
}
}
},
"required": [
"statusCode",
"body"
]
}
}
}
},
Expand Down
6 changes: 1 addition & 5 deletions schemas/v1.0/mockresponseplugin.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,7 @@
]
}
}
},
"required": [
"statusCode",
"body"
]
}
}
},
"required": [
Expand Down

0 comments on commit f379305

Please sign in to comment.