Request to start a test migration job
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-start-test-request-schema.json", "title": "StartTestRequest", "description": "Request to start a test migration job", "type": "object", "properties": { "sourceServerIDs": { "type": "array", "description": "Source server IDs to test" }, "tags": { "type": "object", "description": "Tags for the test job" }, "accountID": { "type": "string", "description": "Account ID for cross-account access" } } }