{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-schema/ml-endpoint-status-response-schema.json", "title": "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" } } }