{ "$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": "
The status of the world generator job:
The world generator job request is pending.
The world generator job is running.
The world generator job completed.
The world generator job failed. See failureCode for more information.
Some worlds did not generate.
The world generator job was cancelled.
The world generator job is being cancelled.