{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-structure/data-loader-job-status-output-structure.json", "name": "LoaderJobStatusOutput", "description": "LoaderJobStatusOutput schema from Neptune", "type": "object", "properties": { "status": { "type": "string" }, "payload": { "type": "object", "properties": { "feedCount": { "type": "array", "items": { "type": "object" } }, "overallStatus": { "type": "object", "properties": { "fullUri": { "type": "string" }, "runNumber": { "type": "int32" }, "retryNumber": { "type": "int32" }, "status": { "type": "string" }, "totalTimeSpent": { "type": "int32" }, "startTime": { "type": "int32" }, "totalRecords": { "type": "int32" }, "totalDuplicates": { "type": "int32" }, "parsingErrors": { "type": "int32" }, "datatypeMismatchErrors": { "type": "int32" }, "insertErrors": { "type": "int32" } } } } } } }