Amazon Neptune · Schema

LoaderStartResponse

LoaderStartResponse schema from Neptune

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

Name Type Description
status string The HTTP status (e.g., '200 OK').
payload object
View JSON Schema on GitHub

JSON Schema

loader-loader-start-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-schema/loader-loader-start-response-schema.json",
  "title": "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."
        }
      }
    }
  }
}