Amazon Neptune · JSON Structure

Loader Loader Start Response Structure

LoaderStartResponse schema from Neptune

Type: object Properties: 2
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

LoaderStartResponse 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/loader-loader-start-response-structure.json",
  "name": "LoaderStartResponse",
  "description": "LoaderStartResponse schema from Neptune",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "The HTTP status (e.g., '200 OK')."
    },
    "payload": {
      "type": "object",
      "properties": {
        "loadId": {
          "type": "string",
          "description": "The unique identifier for the initiated load job."
        }
      }
    }
  }
}