{ "type": "object", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-simspace-weaver/refs/heads/main/json-structure/amazon-simspace-weaver-logging-configuration-structure.json", "name": "LoggingConfiguration", "description": "The logging configuration for a simulation.", "properties": { "Destinations": { "allOf": [ { "$ref": "#/components/schemas/LogDestinations" }, { "description": "A list of the locations where SimSpace Weaver sends simulation log data." } ] } } }