changedInput schema / examples
Previous value: -[
- {
- "count_field": "event_type.exact",
- "limit": 10,
- "query": "device.device_report_product_code:MDS"
- }
-]New value: +[
+ {
+ "count_field": "device.generic_name.exact",
+ "limit": 10
+ },
+ {
+ "count_field": "device.brand_name.exact",
+ "limit": 10
+ },
+ {
+ "count_field": "event_type.exact",
+ "limit": 10,
+ "query": "device.device_report_product_code:MDS"
+ }
+]
addedInput schema / properties / count_field / description
Added value: +"What to rank by. For \"which DEVICES had the most reports\" use device.generic_name.exact (device type) or device.brand_name.exact (specific product)."
changedInput schema / properties / count_field / enum
Previous value: -[
- "event_type.exact",
- "manufacturer_name.exact",
- "device.device_report_product_code.exact",
- "date_received"
-]New value: +[
+ "device.generic_name.exact",
+ "device.brand_name.exact",
+ "device.openfda.device_name.exact",
+ "device.manufacturer_d_name.exact",
+ "event_type.exact",
+ "manufacturer_name.exact",
+ "device.device_report_product_code.exact",
+ "date_received"
+]
changedInput schema / properties / query / description
Previous value: -"Required raw openFDA MAUDE filter."New value: +"Optional raw openFDA MAUDE filter, e.g. 'date_received:[20250101+TO+20261231]'. Omit to rank across all reports."
changedInput schema / required
Previous value: -[
- "query",
- "count_field"
-]New value: +[
+ "count_field"
+]