schemas/flowVersion.json in losant_rest-1.10.4 vs schemas/flowVersion.json in losant_rest-1.11.0
- old
+ new
@@ -1415,17 +1415,25 @@
},
"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
},
"meta": {
@@ -3594,14 +3602,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