{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-structure/data-gremlin-query-status-structure.json", "name": "GremlinQueryStatus", "description": "GremlinQueryStatus schema from Neptune", "type": "object", "properties": { "queryId": { "type": "string" }, "queryString": { "type": "string" }, "queryEvalStats": { "type": "object", "properties": { "waited": { "type": "int32" }, "elapsed": { "type": "int32" }, "cancelled": { "type": "boolean" } } } } }