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