Amazon Neptune · JSON Structure

Analytics List Import Tasks Output Structure

ListImportTasksOutput schema from Neptune

Type: object Properties: 2
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

ListImportTasksOutput 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

tasks nextToken

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/analytics-list-import-tasks-output-structure.json",
  "name": "ListImportTasksOutput",
  "description": "ListImportTasksOutput schema from Neptune",
  "type": "object",
  "properties": {
    "tasks": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "graphId": {
            "type": "string"
          },
          "taskId": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "format": {
            "type": "string"
          },
          "roleArn": {
            "type": "string"
          },
          "status": {
            "type": "string"
          }
        }
      }
    },
    "nextToken": {
      "type": "string"
    }
  }
}