removedInput schema / properties / collection
Removed value: -{
- "description": "Collection name",
- "type": "string"
-}
changedInput schema / properties / limit / description
Previous value: -"Max records to return (default 50, max 200)"New value: +"Maximum documents to return (default 50)"
removedInput schema / properties / order
Removed value: -{
- "description": "\"asc\" or \"desc\" (default desc)",
- "type": "string"
-}
addedInput schema / properties / query
Added value: +{
+ "description": "Optional text to match against titles and bodies",
+ "type": "string"
+}
removedInput schema / properties / scope
Removed value: -{
- "description": "\"mine\" (default), \"public\", or \"all\" for both",
- "type": "string"
-}
removedInput schema / properties / sort
Removed value: -{
- "description": "Data field to sort by",
- "type": "string"
-}
removedInput schema / properties / where
Removed value: -{
- "description": "Filter on data fields, e.g. {\"done\": false, \"priority\": {\"gte\": 2}}",
- "type": "object"
-}
removedInput schema / required
Removed value: -[
- "collection"
-]