Amazon Robomaker Openapi Create World Template Request Structure
CreateWorldTemplateRequest schema from openapi
Type: objectProperties: 5
RoboticsSimulation
CreateWorldTemplateRequest is a JSON Structure definition published by Amazon RoboMaker, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$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-create-world-template-request-structure.json",
"description": "CreateWorldTemplateRequest schema from openapi",
"type": "object",
"properties": {
"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."
}
]
},
"templateBody": {
"allOf": [
{
"$ref": "#/components/schemas/Json"
},
{
"description": "The world template body."
}
]
},
"templateLocation": {
"allOf": [
{
"$ref": "#/components/schemas/TemplateLocation"
},
{
"description": "The location of the world template."
}
]
},
"tags": {
"allOf": [
{
"$ref": "#/components/schemas/TagMap"
},
{
"description": "A map that contains tag keys and tag values that are attached to the world template."
}
]
}
},
"name": "CreateWorldTemplateRequest"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.