Amazon Neptune · JSON Structure

Data Execute Gremlin Profile Input Structure

ExecuteGremlinProfileInput schema from Neptune

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

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

Properties

gremlin results chop serializer indexOps

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-profile-input-structure.json",
  "name": "ExecuteGremlinProfileInput",
  "description": "ExecuteGremlinProfileInput schema from Neptune",
  "type": "object",
  "properties": {
    "gremlin": {
      "type": "string",
      "description": "The Gremlin traversal query string to profile."
    },
    "results": {
      "type": "boolean",
      "description": "Whether to include results in the profile output."
    },
    "chop": {
      "type": "int32",
      "description": "Maximum length of result string per entry."
    },
    "serializer": {
      "type": "string",
      "description": "The serialization format for results."
    },
    "indexOps": {
      "type": "boolean",
      "description": "Whether to include index operation details."
    }
  },
  "required": [
    "gremlin"
  ]
}