schemas/notebookExecutionOptions.json in losant_rest-1.17.5 vs schemas/notebookExecutionOptions.json in losant_rest-1.18.0

- old
+ new

@@ -25,9 +25,19 @@ ] }, "templateContext": { "type": "string", "maxLength": 32767 + }, + "email": { + "type": "string", + "format": "email", + "maxLength": 1024 + }, + "callbackUrl": { + "type": "string", + "format": "uri", + "maxLength": 1024 } }, "additionalProperties": false } \ No newline at end of file