docs/_schemas.md in losant_rest-1.8.0 vs docs/_schemas.md in losant_rest-1.8.1

- old
+ new

@@ -2302,12 +2302,14 @@ "DeviceRecipe", "Event", "ExperienceDomain", "ExperienceEndpoint", "ExperienceGroup", - "ExperienceView", + "ExperienceSlug", "ExperienceUser", + "ExperienceVersion", + "ExperienceView", "File", "Flow", "SolutionUser", "Integration", "Webhook" @@ -2450,12 +2452,14 @@ "DeviceRecipe", "Event", "ExperienceDomain", "ExperienceEndpoint", "ExperienceGroup", - "ExperienceView", + "ExperienceSlug", "ExperienceUser", + "ExperienceVersion", + "ExperienceView", "File", "Flow", "SolutionUser", "Integration", "Webhook" @@ -2615,12 +2619,14 @@ "DeviceRecipe", "Event", "ExperienceDomain", "ExperienceEndpoint", "ExperienceGroup", - "ExperienceView", + "ExperienceSlug", "ExperienceUser", + "ExperienceVersion", + "ExperienceView", "File", "Flow", "SolutionUser", "Integration", "Webhook" @@ -14463,10 +14469,37 @@ "required": [ "outputCount", "resultMode", "fields" ] + }, + "stats": { + "type": "object", + "properties": { + "runCount": { + "type": "number" + }, + "errorCount": { + "type": "number" + }, + "byVersion": { + "type": "object", + "patternProperties": { + ".*": { + "type": "object", + "properties": { + "runCount": { + "type": "number" + }, + "errorCount": { + "type": "number" + } + } + } + } + } + } } } }, { "description": "Schema for a single Experience Workflow Version", @@ -14646,10 +14679,37 @@ "required": [ "key", "json" ] } + }, + "stats": { + "type": "object", + "properties": { + "runCount": { + "type": "number" + }, + "errorCount": { + "type": "number" + }, + "byVersion": { + "type": "object", + "patternProperties": { + ".*": { + "type": "object", + "properties": { + "runCount": { + "type": "number" + }, + "errorCount": { + "type": "number" + } + } + } + } + } + } } } } ] } @@ -15684,10 +15744,37 @@ "required": [ "outputCount", "resultMode", "fields" ] + }, + "stats": { + "type": "object", + "properties": { + "runCount": { + "type": "number" + }, + "errorCount": { + "type": "number" + }, + "byVersion": { + "type": "object", + "patternProperties": { + ".*": { + "type": "object", + "properties": { + "runCount": { + "type": "number" + }, + "errorCount": { + "type": "number" + } + } + } + } + } + } } } }, { "description": "Schema for a single Experience Workflow Version", @@ -15867,10 +15954,37 @@ "required": [ "key", "json" ] } + }, + "stats": { + "type": "object", + "properties": { + "runCount": { + "type": "number" + }, + "errorCount": { + "type": "number" + }, + "byVersion": { + "type": "object", + "patternProperties": { + ".*": { + "type": "object", + "properties": { + "runCount": { + "type": "number" + }, + "errorCount": { + "type": "number" + } + } + } + } + } + } } } } ] } @@ -18651,10 +18765,37 @@ "required": [ "outputCount", "resultMode", "fields" ] + }, + "stats": { + "type": "object", + "properties": { + "runCount": { + "type": "number" + }, + "errorCount": { + "type": "number" + }, + "byVersion": { + "type": "object", + "patternProperties": { + ".*": { + "type": "object", + "properties": { + "runCount": { + "type": "number" + }, + "errorCount": { + "type": "number" + } + } + } + } + } + } } } }, { "description": "Schema for a single Experience Workflow Version", @@ -18833,9 +18974,36 @@ "additionalProperties": false, "required": [ "key", "json" ] + } + }, + "stats": { + "type": "object", + "properties": { + "runCount": { + "type": "number" + }, + "errorCount": { + "type": "number" + }, + "byVersion": { + "type": "object", + "patternProperties": { + ".*": { + "type": "object", + "properties": { + "runCount": { + "type": "number" + }, + "errorCount": { + "type": "number" + } + } + } + } + } } } } } ]