Amazon Neptune · JSON Structure

Analytics List Graph Snapshots Output Structure

ListGraphSnapshotsOutput schema from Neptune

Type: object Properties: 2
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

ListGraphSnapshotsOutput 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

graphSnapshots 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-graph-snapshots-output-structure.json",
  "name": "ListGraphSnapshotsOutput",
  "description": "ListGraphSnapshotsOutput schema from Neptune",
  "type": "object",
  "properties": {
    "graphSnapshots": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "arn": {
            "type": "string"
          },
          "sourceGraphId": {
            "type": "string"
          },
          "snapshotCreateTime": {
            "type": "datetime"
          },
          "status": {
            "type": "string"
          }
        }
      }
    },
    "nextToken": {
      "type": "string"
    }
  }
}