{ "type": "object", "required": [ "ipAccessSettingsArn" ], "properties": { "ipAccessSettingsArn": { "allOf": [ { "$ref": "#/components/schemas/ARN" }, { "description": "The ARN of the IP access settings resource." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreateIpAccessSettingsResponse", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-schema/workspaces-web-create-ip-access-settings-response-schema.json", "description": "CreateIpAccessSettingsResponse schema from Amazon WorkSpaces Web API" }