schemas/application.json in losant_rest-1.9.1 vs schemas/application.json in losant_rest-1.9.2
- old
+ new
@@ -264,16 +264,16 @@
"type": "string",
"max": 255
},
"accessKeyId": {
"type": "string",
- "min": 16,
+ "min": 4,
"max": 128
},
"secretAccessKey": {
"type": "string",
- "min": 16,
+ "min": 4,
"max": 128
},
"region": {
"type": "string",
"max": 128
@@ -296,10 +296,10 @@
"maxLength": 1024
},
"keyJson": {
"type": "string",
"maxLength": 32767,
- "minLength": 50
+ "minLength": 4
},
"bucket": {
"type": "string",
"max": 255
}
\ No newline at end of file