schemas/notebookExecutionLogs.json in losant_rest-1.9.1 vs schemas/notebookExecutionLogs.json in losant_rest-1.9.2
- old
+ new
@@ -69,9 +69,13 @@
},
"outputsCompletedAt": {
"type": "string",
"format": "date-time"
},
+ "templateContext": {
+ "type": "string",
+ "maxLength": 32767
+ },
"inputInfo": {
"type": "object",
"patternProperties": {
".*": {
"type": "object",
\ No newline at end of file