Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Source Structure

Information about a source.

Type: object Properties: 4
RoboticsSimulation

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

Properties

s3Bucket s3Key etag architecture

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-source-structure.json",
  "description": "Information about a source.",
  "type": "object",
  "properties": {
    "s3Bucket": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3Bucket"
        },
        {
          "description": "The s3 bucket name."
        }
      ]
    },
    "s3Key": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3Key"
        },
        {
          "description": "The s3 object key."
        }
      ]
    },
    "etag": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3Etag"
        },
        {
          "description": "A hash of the object specified by <code>s3Bucket</code> and <code>s3Key</code>."
        }
      ]
    },
    "architecture": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Architecture"
        },
        {
          "description": "The taget processor architecture for the application."
        }
      ]
    }
  },
  "name": "Source"
}