schemas/notebookExecutionLogs.json in losant_rest-1.11.0 vs schemas/notebookExecutionLogs.json in losant_rest-1.11.1
- old
+ new
@@ -14,9 +14,16 @@
},
"notebookId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
+ "imageVersion": {
+ "type": "string",
+ "enum": [
+ "v1",
+ "v2"
+ ]
+ },
"applicationId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
"status": {
\ No newline at end of file