Amazon Neptune · JSON Structure

Data Start Loader Job Output Structure

StartLoaderJobOutput schema from Neptune

Type: object Properties: 2
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

StartLoaderJobOutput 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-start-loader-job-output-structure.json",
  "name": "StartLoaderJobOutput",
  "description": "StartLoaderJobOutput schema from Neptune",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "payload": {
      "type": "object",
      "properties": {
        "loadId": {
          "type": "string",
          "description": "The unique identifier for the load job."
        }
      }
    }
  }
}