schemas/applicationPatch.json in losant_rest-1.8.9 vs schemas/applicationPatch.json in losant_rest-1.9.0

- old
+ new

@@ -202,9 +202,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