Amazon Neptune · JSON Structure

Opencypher Open Cypher Query Request Structure

OpenCypherQueryRequest schema from Neptune

Type: object Properties: 1 Required: 1
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

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

Properties

query

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-request-structure.json",
  "name": "OpenCypherQueryRequest",
  "description": "OpenCypherQueryRequest schema from Neptune",
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "The openCypher query string."
    }
  },
  "required": [
    "query"
  ]
}