Skip to content

Commit

Permalink
feat: Add options in find
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-martinez committed Feb 22, 2024
1 parent 87c0e49 commit c590561
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/defs/find.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
"projection": {
"description": "Filter data object.",
"type": "object"
},
"options": {
"description": "Options to apply to the query.",
"type": "object"
}
},
"required": [
Expand Down

0 comments on commit c590561

Please sign in to comment.