{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-structure/data-open-cypher-query-status-output-structure.json", "name": "OpenCypherQueryStatusOutput", "description": "OpenCypherQueryStatusOutput schema from Neptune", "type": "object", "properties": { "acceptedQueryCount": { "type": "int32" }, "runningQueryCount": { "type": "int32" }, "queries": { "type": "array", "items": { "type": "object", "properties": { "queryId": { "type": "string" }, "queryString": { "type": "string" }, "queryEvalStats": { "type": "object" } } } } } }