Amazon Neptune · Schema

LoaderJobStatusOutput

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

Name Type Description
status string
payload object
View JSON Schema on GitHub

JSON Schema

amazon-neptune-loaderjobstatusoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LoaderJobStatusOutput",
  "title": "LoaderJobStatusOutput",
  "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": "integer"
            },
            "retryNumber": {
              "type": "integer"
            },
            "status": {
              "type": "string"
            },
            "totalTimeSpent": {
              "type": "integer"
            },
            "startTime": {
              "type": "integer"
            },
            "totalRecords": {
              "type": "integer"
            },
            "totalDuplicates": {
              "type": "integer"
            },
            "parsingErrors": {
              "type": "integer"
            },
            "datatypeMismatchErrors": {
              "type": "integer"
            },
            "insertErrors": {
              "type": "integer"
            }
          }
        }
      }
    }
  }
}