Amazon Neptune · JSON Structure

Ml Endpoint List Response Structure

EndpointListResponse schema from Neptune

Type: object Properties: 1
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

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

Properties

ids

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/ml-endpoint-list-response-structure.json",
  "name": "EndpointListResponse",
  "description": "EndpointListResponse schema from Neptune",
  "type": "object",
  "properties": {
    "ids": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}