schemas/notebook.json in losant_rest-1.11.0 vs schemas/notebook.json in losant_rest-1.11.1

- old
+ new

@@ -37,9 +37,16 @@ "maxLength": 1024 }, "jupyterFileUrl": { "type": "string" }, + "imageVersion": { + "type": "string", + "enum": [ + "v1", + "v2" + ] + }, "inputs": { "type": "array", "items": { "maxItems": 100, "oneOf": [ \ No newline at end of file