schemas/applicationPatch.json in losant_rest-1.18.0 vs schemas/applicationPatch.json in losant_rest-1.19.0
- old
+ new
@@ -175,17 +175,19 @@
"type": "string",
"maxLength": 128
}
},
"required": [
- "bucket",
- "accessKeyId",
- "secretAccessKey",
- "region"
+ "bucket"
],
"additionalProperties": false
},
+ "credentialName": {
+ "type": "string",
+ "minLength": 1,
+ "maxLength": 255
+ },
"gcs": {
"type": "object",
"properties": {
"projectId": {
"type": "string",
@@ -201,12 +203,10 @@
"type": "string",
"maxLength": 255
}
},
"required": [
- "projectId",
- "keyJson",
"bucket"
],
"additionalProperties": false
},
"azure": {
@@ -226,11 +226,9 @@
"minLength": 3,
"maxLength": 63
}
},
"required": [
- "account",
- "accountKey",
"bucket"
],
"additionalProperties": false
}
},
\ No newline at end of file