{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-privatelink/refs/heads/main/json-schema/amazon-privatelink-accept-vpc-endpoint-connections-request-schema.json", "title": "AcceptVpcEndpointConnectionsRequest", "description": "AcceptVpcEndpointConnectionsRequest schema from Amazon PrivateLink API", "type": "object", "properties": { "ServiceId": { "type": "string", "description": "ID of the endpoint service" }, "VpcEndpointId": { "type": "array", "items": { "type": "string" }, "description": "IDs of endpoints to accept" } }, "required": [ "ServiceId", "VpcEndpointId" ] }