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 6861b1e commit 1bb0586
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 @@ -831,7 +831,8 @@
},
"empty": {
"type": "boolean",
"description": "A Boolean value indicating if there is an empty result set"
"description": "A Boolean value indicating if there is an empty result set",
"required": true
}
},
"required": ["empty"]
Expand Down

0 comments on commit 1bb0586

Please sign in to comment.