{ "$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" } } } }