{ "$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-rendering-engine-structure.json", "description": "Information about a rendering engine.", "type": "object", "properties": { "name": { "allOf": [ { "$ref": "#/components/schemas/RenderingEngineType" }, { "description": "The name of the rendering engine." } ] }, "version": { "allOf": [ { "$ref": "#/components/schemas/RenderingEngineVersionType" }, { "description": "The version of the rendering engine." } ] } }, "name": "RenderingEngine" }