Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Delete World Template Request Structure

DeleteWorldTemplateRequest schema from openapi

Type: object Properties: 1 Required: 1
RoboticsSimulation

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

Properties

template

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-world-template-request-structure.json",
  "description": "DeleteWorldTemplateRequest schema from openapi",
  "type": "object",
  "properties": {
    "template": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (arn) of the world template you want to delete."
        }
      ]
    }
  },
  "required": [
    "template"
  ],
  "name": "DeleteWorldTemplateRequest"
}