Amazon Neptune · JSON Structure

Data Loader Job Status Output Structure

LoaderJobStatusOutput schema from Neptune

Type: object Properties: 2
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

LoaderJobStatusOutput is a JSON Structure definition published by Amazon Neptune, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

status payload

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
            }
          }
        }
      }
    }
  }
}