{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "created": { "type": "number" }, "failed": { "type": "number" }, "csvResult": { "type": "string" } } }