{ "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-launch-overrides-structure.json", "name": "LaunchOverrides", "description": "Options that apply when the app starts. These options override default behavior.", "properties": { "LaunchCommands": { "allOf": [ { "$ref": "#/components/schemas/LaunchCommandList" }, { "description": "App launch commands and command line parameters that override the launch command configured in the simulation schema." } ] } } }