StartSimulationJobBatchRequest schema from openapi
Type: objectProperties: 4Required: 1
RoboticsSimulation
StartSimulationJobBatchRequest is a JSON Structure definition published by Amazon RoboMaker, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$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-start-simulation-job-batch-request-structure.json",
"description": "StartSimulationJobBatchRequest schema from openapi",
"type": "object",
"properties": {
"clientRequestToken": {
"allOf": [
{
"$ref": "#/components/schemas/ClientRequestToken"
},
{
"description": "Unique, case-sensitive identifier that you provide to ensure the idempotency of the request."
}
]
},
"batchPolicy": {
"allOf": [
{
"$ref": "#/components/schemas/BatchPolicy"
},
{
"description": "The batch policy."
}
]
},
"createSimulationJobRequests": {
"allOf": [
{
"$ref": "#/components/schemas/CreateSimulationJobRequests"
},
{
"description": "A list of simulation job requests to create in the batch."
}
]
},
"tags": {
"allOf": [
{
"$ref": "#/components/schemas/TagMap"
},
{
"description": "A map that contains tag keys and tag values that are attached to the deployment job batch."
}
]
}
},
"required": [
"createSimulationJobRequests"
],
"name": "StartSimulationJobBatchRequest"
}
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.