schemas/flow.json in losant_rest-1.10.4 vs schemas/flow.json in losant_rest-1.11.0
- old
+ new
@@ -1430,14 +1430,22 @@
},
"writeOnOpen": {
"type": "string",
"maxLength": 1024
},
+ "writeOnOpenEncoding": {
+ "type": "string",
+ "maxLength": 48
+ },
"byteLength": {
"type": "string",
"maxLength": 48
},
"delimiter": {
+ "type": "string",
+ "maxLength": 48
+ },
+ "delimiterEncoding": {
"type": "string",
"maxLength": 48
}
},
"additionalProperties": false
\ No newline at end of file