Amazon Neptune · JSON Structure

Data Execute Open Cypher Query Input Structure

ExecuteOpenCypherQueryInput schema from Neptune

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

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

Properties

query parameters

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-input-structure.json",
  "name": "ExecuteOpenCypherQueryInput",
  "description": "ExecuteOpenCypherQueryInput schema from Neptune",
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "The openCypher query string to execute."
    },
    "parameters": {
      "type": "string",
      "description": "The openCypher query parameters as a JSON-serialized string."
    }
  },
  "required": [
    "query"
  ]
}