Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Failure Summary Structure

Information about worlds that failed.

Type: object Properties: 2
RoboticsSimulation

FailureSummary 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

totalFailureCount failures

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-failure-summary-structure.json",
  "description": "Information about worlds that failed.",
  "type": "object",
  "properties": {
    "totalFailureCount": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Integer"
        },
        {
          "description": "The total number of failures."
        }
      ]
    },
    "failures": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorldFailures"
        },
        {
          "description": "The worlds that failed."
        }
      ]
    }
  },
  "name": "FailureSummary"
}