{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-schema/opencypher-open-cypher-error-response-schema.json", "title": "OpenCypherErrorResponse", "description": "OpenCypherErrorResponse schema from Neptune", "type": "object", "properties": { "requestId": { "type": "string" }, "code": { "type": "string" }, "detailedMessage": { "type": "string" } } }