Amazon SimSpace Weaver · JSON Structure

Amazon Simspace Weaver Stop Simulation Input Structure

StopSimulationInput schema from Amazon SimSpace Weaver API

Type: object Properties: 1 Required: 1
DefenseDigital TwinSimulationSpatial Simulation

StopSimulationInput is a JSON Structure definition published by Amazon SimSpace Weaver, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Simulation

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "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-stop-simulation-input-structure.json",
  "name": "StopSimulationInput",
  "description": "StopSimulationInput schema from Amazon SimSpace Weaver API",
  "properties": {
    "Simulation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SimSpaceWeaverResourceName"
        },
        {
          "description": "The name of the simulation."
        }
      ]
    }
  },
  "required": [
    "Simulation"
  ]
}