Amazon Neptune · JSON Structure

Data Execute Open Cypher Query Output Structure

ExecuteOpenCypherQueryOutput schema from Neptune

Type: object Properties: 1
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

ExecuteOpenCypherQueryOutput is a JSON Structure definition published by Amazon Neptune, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

results

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-execute-open-cypher-query-output-structure.json",
  "name": "ExecuteOpenCypherQueryOutput",
  "description": "ExecuteOpenCypherQueryOutput schema from Neptune",
  "type": "object",
  "properties": {
    "results": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "description": "The query result rows."
    }
  }
}