Amazon Neptune · JSON Structure

Opencypher Open Cypher Query Response Structure

OpenCypherQueryResponse schema from Neptune

Type: object Properties: 1
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

OpenCypherQueryResponse 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/opencypher-open-cypher-query-response-structure.json",
  "name": "OpenCypherQueryResponse",
  "description": "OpenCypherQueryResponse schema from Neptune",
  "type": "object",
  "properties": {
    "results": {
      "type": "array",
      "description": "The query result rows.",
      "items": {
        "type": "object",
        "description": "A result row. Keys are the RETURN alias names. Values can be scalars, nodes, relationships, or paths.",
        "additionalProperties": {
          "description": "Result value. Nodes have ~id, ~entityType, ~labels, ~properties. Relationships have ~id, ~entityType, ~start, ~end, ~type, ~properties."
        }
      }
    }
  }
}