Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Rendering Engine Structure

Information about a rendering engine.

Type: object Properties: 2
RoboticsSimulation

RenderingEngine is a JSON Structure definition published by Amazon RoboMaker, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name version

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
}