schemas/application.json in losant_rest-1.14.1 vs schemas/application.json in losant_rest-1.15.0

- old
+ new

@@ -106,70 +106,70 @@ }, "summary": { "type": "object", "properties": { "apiTokenCount": { - "type": "number" + "type": "integer" }, "dataTableCount": { - "type": "number" + "type": "integer" }, "deviceCount": { - "type": "number" + "type": "integer" }, "deviceRecipeCount": { - "type": "number" + "type": "integer" }, "eventCount": { - "type": "number" + "type": "integer" }, "experienceDomainCount": { - "type": "number" + "type": "integer" }, "experienceEndpointCount": { - "type": "number" + "type": "integer" }, "experienceGroupCount": { - "type": "number" + "type": "integer" }, "experienceSlugCount": { - "type": "number" + "type": "integer" }, "experienceUserCount": { - "type": "number" + "type": "integer" }, "experienceVersionCount": { - "type": "number" + "type": "integer" }, "experienceViewCount": { - "type": "number" + "type": "integer" }, "fileCount": { - "type": "number" + "type": "integer" }, "flowCount": { - "type": "number" + "type": "integer" }, "integrationCount": { - "type": "number" + "type": "integer" }, "keyCount": { - "type": "number" + "type": "integer" }, "storageStats": { "type": "object", "properties": { "count": { - "type": "number" + "type": "integer" }, "size": { - "type": "number" + "type": "integer" } } }, "webhookCount": { - "type": "number" + "type": "integer" } } }, "ftueTracking": { "type": "array", @@ -203,11 +203,11 @@ "archiveConfig": { "type": "object", "properties": { "directory": { "type": "string", - "max": 255 + "maxLength": 255 }, "mode": { "type": "string", "enum": [ "all", @@ -273,25 +273,25 @@ "s3": { "type": "object", "properties": { "bucket": { "type": "string", - "max": 255 + "maxLength": 255 }, "accessKeyId": { "type": "string", - "min": 4, - "max": 128 + "minLength": 4, + "maxLength": 128 }, "secretAccessKey": { "type": "string", - "min": 4, - "max": 128 + "minLength": 4, + "maxLength": 128 }, "region": { "type": "string", - "max": 128 + "maxLength": 128 } }, "required": [ "bucket", "accessKeyId", @@ -313,11 +313,11 @@ "maxLength": 32767, "minLength": 4 }, "bucket": { "type": "string", - "max": 255 + "maxLength": 255 } }, "required": [ "projectId", "keyJson", @@ -328,20 +328,20 @@ "azure": { "type": "object", "properties": { "account": { "type": "string", - "min": 3, - "max": 24 + "minLength": 3, + "maxLength": 24 }, "accountKey": { "type": "string", - "max": 255 + "maxLength": 255 }, "bucket": { "type": "string", - "min": 3, - "max": 63 + "minLength": 3, + "maxLength": 63 } }, "required": [ "account", "accountKey", \ No newline at end of file