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