schemas/flowVersion.json in losant_rest-1.17.4 vs schemas/flowVersion.json in losant_rest-1.17.5
- old
+ new
@@ -1381,10 +1381,11 @@
"config": {
"type": "object",
"properties": {
"uri": {
"type": "string",
+ "format": "uri",
"maxLength": 1024
},
"securityPolicy": {
"type": "string",
"maxLength": 255
@@ -1426,10 +1427,14 @@
"maxItems": 100,
"items": {
"type": "string",
"maxLength": 255
}
+ },
+ "configName": {
+ "type": "string",
+ "maxLength": 1024
}
},
"additionalProperties": false
},
"meta": {
@@ -4059,10 +4064,11 @@
"config": {
"type": "object",
"properties": {
"uri": {
"type": "string",
+ "format": "uri",
"maxLength": 1024
},
"securityPolicy": {
"type": "string",
"maxLength": 255
@@ -4104,9 +4110,13 @@
"maxItems": 100,
"items": {
"type": "string",
"maxLength": 255
}
+ },
+ "configName": {
+ "type": "string",
+ "maxLength": 1024
}
},
"additionalProperties": false
},
"meta": {
\ No newline at end of file