{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "GetAccessPointResult", "type": "object", "properties": { "Name": { "type": "string" }, "Bucket": { "type": "string" }, "NetworkOrigin": { "type": "string" }, "VpcConfiguration": { "type": "object" }, "CreationDate": { "type": "string" }, "Alias": { "type": "string" }, "AccessPointArn": { "type": "string" }, "Endpoints": { "type": "object" }, "BucketAccountId": { "type": "string" } } }