Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Data Sources Structure

DataSources schema from openapi

Type: array Properties: 0
RoboticsSimulation

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

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-data-sources-structure.json",
  "description": "DataSources schema from openapi",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/DataSource"
  },
  "name": "DataSources"
}