{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-structure/application-migration-service-retry-data-replication-request-structure.json", "title": "RetryDataReplicationRequest", "description": "Request to retry data replication", "type": "record", "fields": { "sourceServerID": { "type": "string", "description": "Source server ID to retry replication for" }, "accountID": { "type": "string", "description": "Account ID for cross-account access" } } }