{ "type": "object", "required": [ "networkSettingsArn", "portalArn" ], "properties": { "networkSettingsArn": { "allOf": [ { "$ref": "#/components/schemas/ARN" }, { "description": "The ARN of the network settings." } ] }, "portalArn": { "allOf": [ { "$ref": "#/components/schemas/ARN" }, { "description": "The ARN of the web portal." } ] } }, "$schema": "https://json-structure.org/meta/core/v0/#", "name": "AssociateNetworkSettingsResponse", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-structure/workspaces-web-associate-network-settings-response-structure.json", "description": "AssociateNetworkSettingsResponse schema from Amazon WorkSpaces Web API" }