Skip to content

Commit

Permalink
making empty required
Browse files Browse the repository at this point in the history
  • Loading branch information
kathryn-ods committed Dec 5, 2024
1 parent 733e148 commit 3237d94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schema/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,8 @@
"type": "boolean",
"description": "A Boolean value indicating if there is an empty result set"
}
}
},
"required": ["empty"]
}
},
"parameters": {
Expand Down

0 comments on commit 3237d94

Please sign in to comment.