{ "$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" ] }