Amazon Neptune · Example Payload

Opencypher Open Cypher Node Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Opencypher Open Cypher Node Example is an example object payload from Amazon Neptune, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

~id~entityType~labels~properties

Example Payload

Raw ↑
{
  "~id": "neptune-cluster-abc123",
  "~entityType": "node",
  "~labels": [
    "example-string"
  ],
  "~properties": {}
}