Amazon Neptune · JSON Structure

Data Execute Gremlin Query Input Structure

ExecuteGremlinQueryInput schema from Neptune

Type: object Properties: 1 Required: 1
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

ExecuteGremlinQueryInput is a JSON Structure definition published by Amazon Neptune, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

gremlin

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-input-structure.json",
  "name": "ExecuteGremlinQueryInput",
  "description": "ExecuteGremlinQueryInput schema from Neptune",
  "type": "object",
  "properties": {
    "gremlin": {
      "type": "string",
      "description": "The Gremlin traversal query string to execute."
    }
  },
  "required": [
    "gremlin"
  ]
}