Amazon Neptune · JSON Structure

Loader Loader List Response Structure

LoaderListResponse schema from Neptune

Type: object Properties: 2
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

LoaderListResponse 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-list-response-structure.json",
  "name": "LoaderListResponse",
  "description": "LoaderListResponse schema from Neptune",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "payload": {
      "type": "object",
      "properties": {
        "loadIds": {
          "type": "array",
          "description": "The list of load job IDs.",
          "items": {
            "type": "string"
          }
        }
      }
    }
  }
}