Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Describe World Template Response Structure

DescribeWorldTemplateResponse schema from openapi

Type: object Properties: 7
RoboticsSimulation

DescribeWorldTemplateResponse is a JSON Structure definition published by Amazon RoboMaker, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

arn clientRequestToken name createdAt lastUpdatedAt tags version

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-describe-world-template-response-structure.json",
  "description": "DescribeWorldTemplateResponse schema from openapi",
  "type": "object",
  "properties": {
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the world template."
        }
      ]
    },
    "clientRequestToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClientRequestToken"
        },
        {
          "description": "Unique, case-sensitive identifier that you provide to ensure the idempotency of the request."
        }
      ]
    },
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateName"
        },
        {
          "description": "The name of the world template."
        }
      ]
    },
    "createdAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CreatedAt"
        },
        {
          "description": "The time, in milliseconds since the epoch, when the world template was created."
        }
      ]
    },
    "lastUpdatedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LastUpdatedAt"
        },
        {
          "description": "The time, in milliseconds since the epoch, when the world template was last updated."
        }
      ]
    },
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "A map that contains tag keys and tag values that are attached to the world template."
        }
      ]
    },
    "version": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GenericString"
        },
        {
          "description": "The version of the world template that you're using."
        }
      ]
    }
  },
  "name": "DescribeWorldTemplateResponse"
}