{ "$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-describe-simulation-job-batch-request-schema.json", "title": "DescribeSimulationJobBatchRequest", "description": "DescribeSimulationJobBatchRequest schema from openapi", "type": "object", "properties": { "batch": { "allOf": [ { "$ref": "#/components/schemas/Arn" }, { "description": "The id of the batch to describe." } ] } }, "required": [ "batch" ] }