{ "$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-config-schema.json", "title": "WorldConfig", "description": "Configuration information for a world.", "type": "object", "properties": { "world": { "allOf": [ { "$ref": "#/components/schemas/Arn" }, { "description": "The world generated by Simulation WorldForge." } ] } } }