{ "type": "object", "properties": { "file": { "allOf": [ { "$ref": "#/components/schemas/FileAccessLog" }, { "description": "The file object to send virtual node access logs to." } ] } }, "description": "An object that represents the access logging information for a virtual node.", "$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-access-log-schema.json", "title": "AccessLog" }