schemas/payloadStats.json in losant_rest-1.19.8 vs schemas/payloadStats.json in losant_rest-1.19.9

- old
+ new

@@ -1,9 +1,17 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { + "appFile": { + "type": "object", + "patternProperties": { + ".*": { + "type": "number" + } + } + }, "dataTable": { "type": "object", "patternProperties": { ".*": { "type": "number" @@ -64,10 +72,18 @@ ".*": { "type": "number" } } }, + "inboundEmail": { + "type": "object", + "patternProperties": { + ".*": { + "type": "number" + } + } + }, "integration": { "type": "object", "patternProperties": { ".*": { "type": "number" @@ -96,34 +112,34 @@ ".*": { "type": "number" } } }, - "timer": { + "resourceJob": { "type": "object", "patternProperties": { ".*": { "type": "number" } } }, - "virtualButton": { + "timer": { "type": "object", "patternProperties": { ".*": { "type": "number" } } }, - "webhook": { + "virtualButton": { "type": "object", "patternProperties": { ".*": { "type": "number" } } }, - "resourceJob": { + "webhook": { "type": "object", "patternProperties": { ".*": { "type": "number" } \ No newline at end of file