{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MapRunItemCounts", "type": "object", "properties": { "pending": {}, "running": {}, "succeeded": {}, "failed": {}, "timedOut": {}, "aborted": {}, "total": {}, "resultsWritten": {} }, "required": [ "pending", "running", "succeeded", "failed", "timedOut", "aborted", "total", "resultsWritten" ], "description": "Contains details about items that were processed in all of the child workflow executions that were started by a Map Run." }