{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AwsVpcPeeringGatewayAttachmentConfigForResponse", "title": "AWS VPC Peering Attachment Config", "type": "object", "properties": { "kind": { "enum": [ "aws-vpc-peering-attachment" ], "title": "AWS VPC Peering Attachment Config" }, "peer_account_id": { "type": "string" }, "peer_vpc_id": { "type": "string" }, "peer_vpc_region": { "type": "string" }, "peering_connection_id": { "type": "string" } }, "additionalProperties": false, "required": [ "kind", "peer_account_id", "peer_vpc_id", "peer_vpc_region" ] }