{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-simspace-weaver/refs/heads/main/json-schema/amazon-simspace-weaver-stop-simulation-input-schema.json", "title": "StopSimulationInput", "description": "StopSimulationInput schema from Amazon SimSpace Weaver API", "type": "object", "properties": { "Simulation": { "allOf": [ { "$ref": "#/components/schemas/SimSpaceWeaverResourceName" }, { "description": "The name of the simulation." } ] } }, "required": [ "Simulation" ] }