schemas/notebookPost.json in losant_rest-1.11.0 vs schemas/notebookPost.json in losant_rest-1.11.1
- old
+ new
@@ -9,9 +9,16 @@
},
"description": {
"type": "string",
"maxLength": 32767
},
+ "imageVersion": {
+ "type": "string",
+ "enum": [
+ "v1",
+ "v2"
+ ]
+ },
"inputs": {
"type": "array",
"items": {
"maxItems": 100,
"oneOf": [
\ No newline at end of file