{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-describe-vpc-peering-authorizations-output-structure.json", "name": "DescribeVpcPeeringAuthorizationsOutput", "description": "DescribeVpcPeeringAuthorizationsOutput schema from Amazon GameLift API", "type": "object", "properties": { "VpcPeeringAuthorizations": { "allOf": [ { "$ref": "#/components/schemas/VpcPeeringAuthorizationList" }, { "description": "A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account." } ] } } }