{ "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-schema.org/draft/2020-12/schema", "title": "AssociateNetworkSettingsResponse", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-schema/workspaces-web-associate-network-settings-response-schema.json", "description": "AssociateNetworkSettingsResponse schema from Amazon WorkSpaces Web API" }