{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-structure/ml-endpoint-status-response-structure.json", "name": "EndpointStatusResponse", "description": "EndpointStatusResponse schema from Neptune", "type": "object", "properties": { "status": { "type": "string" }, "id": { "type": "string" }, "endpoint": { "type": "object", "properties": { "name": { "type": "string" }, "arn": { "type": "string" }, "status": { "type": "string" } } }, "endpointConfig": { "type": "object" }, "outputLocation": { "type": "string" } } }