Amazon RoboMaker · Schema
WorldGenerationJobSummary
Information about a world generator job.
RoboticsSimulation
Properties
| Name | Type | Description |
|---|---|---|
| arn | object | |
| template | object | |
| createdAt | object | |
| status | object | |
| worldCount | object | |
| succeededWorldCount | object | |
| failedWorldCount | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-schema/amazon-robomaker-openapi-world-generation-job-summary-schema.json",
"title": "WorldGenerationJobSummary",
"description": "Information about a world generator job.",
"type": "object",
"properties": {
"arn": {
"allOf": [
{
"$ref": "#/components/schemas/Arn"
},
{
"description": "The Amazon Resource Name (ARN) of the world generator job."
}
]
},
"template": {
"allOf": [
{
"$ref": "#/components/schemas/Arn"
},
{
"description": "The Amazon Resource Name (arn) of the world template."
}
]
},
"createdAt": {
"allOf": [
{
"$ref": "#/components/schemas/CreatedAt"
},
{
"description": "The time, in milliseconds since the epoch, when the world generator job was created."
}
]
},
"status": {
"allOf": [
{
"$ref": "#/components/schemas/WorldGenerationJobStatus"
},
{
"description": "<p>The status of the world generator job:</p> <dl> <dt>Pending</dt> <dd> <p>The world generator job request is pending.</p> </dd> <dt>Running</dt> <dd> <p>The world generator job is running. </p> </dd> <dt>Completed</dt> <dd> <p>The world generator job completed. </p> </dd> <dt>Failed</dt> <dd> <p>The world generator job failed. See <code>failureCode</code> for more information. </p> </dd> <dt>PartialFailed</dt> <dd> <p>Some worlds did not generate.</p> </dd> <dt>Canceled</dt> <dd> <p>The world generator job was cancelled.</p> </dd> <dt>Canceling</dt> <dd> <p>The world generator job is being cancelled.</p> </dd> </dl>"
}
]
},
"worldCount": {
"allOf": [
{
"$ref": "#/components/schemas/WorldCount"
},
{
"description": "Information about the world count."
}
]
},
"succeededWorldCount": {
"allOf": [
{
"$ref": "#/components/schemas/Integer"
},
{
"description": "The number of worlds that were generated."
}
]
},
"failedWorldCount": {
"allOf": [
{
"$ref": "#/components/schemas/Integer"
},
{
"description": "The number of worlds that failed."
}
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-robomaker-openapi-world-generation-job-summary"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
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.
A second provider on the same verified email joins the account you already have.