{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-structure/application-migration-service-participating-server-structure.json", "title": "ParticipatingServer", "description": "A server participating in a migration job", "type": "record", "fields": { "sourceServerID": { "type": "string", "description": "Source server ID" }, "launchStatus": { "type": "string", "description": "Launch status" }, "launchedEc2InstanceID": { "type": "string", "description": "Launched EC2 instance ID" }, "postLaunchActionsStatus": { "type": "string", "description": "postLaunchActionsStatus" } } }