Amazon SimSpace Weaver · JSON Structure

Amazon Simspace Weaver Stop App Input Structure

StopAppInput schema from Amazon SimSpace Weaver API

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

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

Properties

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