{ "$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-create-vpc-endpoint-result-schema.json", "title": "CreateVpcEndpointResult", "description": "CreateVpcEndpointResult schema from Amazon PrivateLink API", "type": "object", "properties": { "VpcEndpoint": { "$ref": "#/components/schemas/VpcEndpoint" } } }