Properties
| Name | Type | Description |
|---|---|---|
| arn | object | |
| name | object | |
| status | object | |
| lastStartedAt | object | |
| lastUpdatedAt | object | |
| failureBehavior | object | |
| failureCode | object | |
| failureReason | object | |
| clientRequestToken | object | |
| outputLocation | object | |
| loggingConfig | object | |
| maxJobDurationInSeconds | object | |
| simulationTimeMillis | object | |
| iamRole | object | |
| robotApplications | object | |
| simulationApplications | object | |
| dataSources | object | |
| tags | object | |
| vpcConfig | object | |
| networkInterface | object | |
| compute | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-schema/amazon-robomaker-openapi-simulation-job-schema.json",
"title": "SimulationJob",
"description": "Information about a simulation job.",
"type": "object",
"properties": {
"arn": {
"allOf": [
{
"$ref": "#/components/schemas/Arn"
},
{
"description": "The Amazon Resource Name (ARN) of the simulation job."
}
]
},
"name": {
"allOf": [
{
"$ref": "#/components/schemas/Name"
},
{
"description": "The name of the simulation job."
}
]
},
"status": {
"allOf": [
{
"$ref": "#/components/schemas/SimulationJobStatus"
},
{
"description": "Status of the simulation job."
}
]
},
"lastStartedAt": {
"allOf": [
{
"$ref": "#/components/schemas/LastStartedAt"
},
{
"description": "The time, in milliseconds since the epoch, when the simulation job was last started."
}
]
},
"lastUpdatedAt": {
"allOf": [
{
"$ref": "#/components/schemas/LastUpdatedAt"
},
{
"description": "The time, in milliseconds since the epoch, when the simulation job was last updated."
}
]
},
"failureBehavior": {
"allOf": [
{
"$ref": "#/components/schemas/FailureBehavior"
},
{
"description": "<p>The failure behavior the simulation job.</p> <dl> <dt>Continue</dt> <dd> <p>Leaves the host running for its maximum timeout duration after a <code>4XX</code> error code.</p> </dd> <dt>Fail</dt> <dd> <p>Stop the simulation job and terminate the instance.</p> </dd> </dl>"
}
]
},
"failureCode": {
"allOf": [
{
"$ref": "#/components/schemas/SimulationJobErrorCode"
},
{
"description": "The failure code of the simulation job if it failed."
}
]
},
"failureReason": {
"allOf": [
{
"$ref": "#/components/schemas/GenericString"
},
{
"description": "The reason why the simulation job failed."
}
]
},
"clientRequestToken": {
"allOf": [
{
"$ref": "#/components/schemas/ClientRequestToken"
},
{
"description": "A unique identifier for this <code>SimulationJob</code> request."
}
]
},
"outputLocation": {
"allOf": [
{
"$ref": "#/components/schemas/OutputLocation"
},
{
"description": "Location for output files generated by the simulation job."
}
]
},
"loggingConfig": {
"allOf": [
{
"$ref": "#/components/schemas/LoggingConfig"
},
{
"description": "The logging configuration."
}
]
},
"maxJobDurationInSeconds": {
"allOf": [
{
"$ref": "#/components/schemas/JobDuration"
},
{
"description": "The maximum simulation job duration in seconds. The value must be 8 days (691,200 seconds) or less."
}
]
},
"simulationTimeMillis": {
"allOf": [
{
"$ref": "#/components/schemas/SimulationTimeMillis"
},
{
"description": "The simulation job execution duration in milliseconds."
}
]
},
"iamRole": {
"allOf": [
{
"$ref": "#/components/schemas/IamRole"
},
{
"description": "The IAM role that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf. This is how credentials are passed in to your simulation job. "
}
]
},
"robotApplications": {
"allOf": [
{
"$ref": "#/components/schemas/RobotApplicationConfigs"
},
{
"description": "A list of robot applications."
}
]
},
"simulationApplications": {
"allOf": [
{
"$ref": "#/components/schemas/SimulationApplicationConfigs"
},
{
"description": "A list of simulation applications."
}
]
},
"dataSources": {
"allOf": [
{
"$ref": "#/components/schemas/DataSources"
},
{
"description": "The data sources for the simulation job."
}
]
},
"tags": {
"allOf": [
{
"$ref": "#/components/schemas/TagMap"
},
{
"description": "A map that contains tag keys and tag values that are attached to the simulation job."
}
]
},
"vpcConfig": {
"allOf": [
{
"$ref": "#/components/schemas/VPCConfigResponse"
},
{
"description": "VPC configuration information."
}
]
},
"networkInterface": {
"allOf": [
{
"$ref": "#/components/schemas/NetworkInterface"
},
{
"description": "Information about a network interface."
}
]
},
"compute": {
"allOf": [
{
"$ref": "#/components/schemas/ComputeResponse"
},
{
"description": "Compute information for the simulation job"
}
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-robomaker-openapi-simulation-job"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.