Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Delete Simulation Application Request Structure

DeleteSimulationApplicationRequest schema from openapi

Type: object Properties: 2 Required: 1
RoboticsSimulation

DeleteSimulationApplicationRequest is a JSON Structure definition published by Amazon RoboMaker, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

application applicationVersion

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-structure/amazon-robomaker-openapi-delete-simulation-application-request-structure.json",
  "description": "DeleteSimulationApplicationRequest schema from openapi",
  "type": "object",
  "properties": {
    "application": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The application information for the simulation application to delete."
        }
      ]
    },
    "applicationVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Version"
        },
        {
          "description": "The version of the simulation application to delete."
        }
      ]
    }
  },
  "required": [
    "application"
  ],
  "name": "DeleteSimulationApplicationRequest"
}