Amazon Neptune · JSON Structure

Data Propertygraph Statistics Output Structure

PropertygraphStatisticsOutput schema from Neptune

Type: object Properties: 2
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

PropertygraphStatisticsOutput 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/data-propertygraph-statistics-output-structure.json",
  "name": "PropertygraphStatisticsOutput",
  "description": "PropertygraphStatisticsOutput schema from Neptune",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "payload": {
      "type": "object",
      "properties": {
        "graphStatistics": {
          "type": "object",
          "properties": {
            "numNodes": {
              "type": "int32"
            },
            "numEdges": {
              "type": "int32"
            },
            "numNodeLabels": {
              "type": "int32"
            },
            "numEdgeLabels": {
              "type": "int32"
            },
            "numNodeProperties": {
              "type": "int32"
            },
            "numEdgeProperties": {
              "type": "int32"
            }
          }
        }
      }
    }
  }
}