{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/AutomationProgressStats.json", "title": "AutomationProgressStats", "description": "Processing progress information.", "properties": { "rowsFailed": { "type": "integer" }, "rowsSucceeded": { "type": "integer" }, "rowsUnprocessed": { "type": "integer" } }, "type": "object" }