{ "type": "object", "properties": { "file": { "allOf": [ { "$ref": "#/components/schemas/VirtualGatewayFileAccessLog" }, { "description": "The file object to send virtual gateway access logs to." } ] } }, "description": "The access log configuration for a virtual gateway.", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-schema/app-mesh-virtual-gateway-access-log-schema.json", "title": "VirtualGatewayAccessLog" }