DescribeEndpointRequest schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-schema/openapi.yml-describe-endpoint-request-schema.json", "title": "DescribeEndpointRequest", "description": "DescribeEndpointRequest schema", "type": "object", "properties": { "EndpointArn": { "allOf": [ { "$ref": "#/components/schemas/ComprehendEndpointArn" }, { "description": "The Amazon Resource Number (ARN) of the endpoint being described." } ] } }, "required": [ "EndpointArn" ] }