schemas/flowPost.json in losant_rest-1.17.4 vs schemas/flowPost.json in losant_rest-1.17.5
- old
+ new
@@ -1352,10 +1352,11 @@
"config": {
"type": "object",
"properties": {
"uri": {
"type": "string",
+ "format": "uri",
"maxLength": 1024
},
"securityPolicy": {
"type": "string",
"maxLength": 255
@@ -1397,9 +1398,13 @@
"maxItems": 100,
"items": {
"type": "string",
"maxLength": 255
}
+ },
+ "configName": {
+ "type": "string",
+ "maxLength": 1024
}
},
"additionalProperties": false
},
"meta": {
\ No newline at end of file