schemas/application.json in losant_rest-1.8.9 vs schemas/application.json in losant_rest-1.9.0
- old
+ new
@@ -305,9 +305,34 @@
"projectId",
"keyJson",
"bucket"
],
"additionalProperties": false
+ },
+ "azure": {
+ "type": "object",
+ "properties": {
+ "account": {
+ "type": "string",
+ "min": 3,
+ "max": 24
+ },
+ "accountKey": {
+ "type": "string",
+ "max": 255
+ },
+ "bucket": {
+ "type": "string",
+ "min": 3,
+ "max": 63
+ }
+ },
+ "required": [
+ "account",
+ "accountKey",
+ "bucket"
+ ],
+ "additionalProperties": false
}
},
"additionalProperties": false
}
}
\ No newline at end of file