{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-structure/data-execute-gremlin-query-output-structure.json", "name": "ExecuteGremlinQueryOutput", "description": "ExecuteGremlinQueryOutput schema from Neptune", "type": "object", "properties": { "requestId": { "type": "string" }, "status": { "type": "object", "properties": { "message": { "type": "string" }, "code": { "type": "int32" } } }, "result": { "type": "object", "properties": { "data": { "description": "The query result data." } } } } }