EndpointCreatedResponse schema from Neptune
{ "$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-created-response-schema.json", "title": "EndpointCreatedResponse", "description": "EndpointCreatedResponse schema from Neptune", "type": "object", "properties": { "id": { "type": "string", "description": "The unique identifier for the created endpoint." } } }