schemas/notebookPost.json in losant_rest-1.19.6 vs schemas/notebookPost.json in losant_rest-1.19.8

- old
+ new

@@ -281,9 +281,17 @@ } }, "queryJson": { "type": "string", "maxLength": 8192 + }, + "format": { + "type": "string", + "enum": [ + "csv", + "json" + ], + "default": "csv" } }, "required": [ "inputType", "fileName" \ No newline at end of file