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