schemas/dataTableRowsExport.json in losant_rest-1.8.6 vs schemas/dataTableRowsExport.json in losant_rest-1.8.7

- old
+ new

@@ -84,9 +84,21 @@ "string", "number", "boolean", "null" ] + }, + "$startsWith": { + "type": "string", + "minLength": 1 + }, + "$endsWith": { + "type": "string", + "minLength": 1 + }, + "$contains": { + "type": "string", + "minLength": 1 } } } ] } \ No newline at end of file