{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PutPrivateNetworkConnectObject", "title": "PutPrivateNetworkConnectObject", "type": "object", "required": [ "networkConnectionType" ], "properties": { "networkConnectionType": { "type": "string", "enum": [ "PUBLIC_INTERNET", "PRIVATE_NETWORK" ], "description": "Network Connection Type for the location.\n * `PUBLIC_INTERNET` - Use public internet for the location's connection type.\n * `PRIVATE_NETWORK` - Use private network connect for the location's connection type.\n" } } }