{ "type": "object", "properties": { "networkSettingsArn": { "allOf": [ { "$ref": "#/components/schemas/ARN" }, { "description": "The ARN of the network settings." } ] }, "vpcId": { "allOf": [ { "$ref": "#/components/schemas/VpcId" }, { "description": "The VPC ID of the network settings." } ] } }, "description": "The summary of network settings.", "$schema": "https://json-structure.org/meta/core/v0/#", "name": "NetworkSettingsSummary", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-structure/workspaces-web-network-settings-summary-structure.json" }