{ "$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-sync-deployment-job-request-schema.json", "title": "SyncDeploymentJobRequest", "description": "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.", "type": "object", "properties": { "clientRequestToken": { "allOf": [ { "$ref": "#/components/schemas/ClientRequestToken" }, { "description": "Unique, case-sensitive identifier that you provide to ensure the idempotency of the request." } ] }, "fleet": { "allOf": [ { "$ref": "#/components/schemas/Arn" }, { "description": "The target fleet for the synchronization." } ] } }, "required": [ "clientRequestToken", "fleet" ], "deprecated": true }