{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-schema/gamelift-create-vpc-peering-authorization-output-schema.json", "title": "CreateVpcPeeringAuthorizationOutput", "description": "CreateVpcPeeringAuthorizationOutput schema from Amazon GameLift API", "type": "object", "properties": { "VpcPeeringAuthorization": { "allOf": [ { "$ref": "#/components/schemas/VpcPeeringAuthorization" }, { "description": "Details on the requested VPC peering authorization, including expiration." } ] } } }