{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-associate-source-servers-request-schema.json", "title": "AssociateSourceServersRequest", "description": "Request to associate source servers with an application", "type": "object", "properties": { "applicationID": { "type": "string", "description": "Application ID" }, "sourceServerIDs": { "type": "array", "description": "Source server IDs to associate" }, "accountID": { "type": "string", "description": "Account ID for cross-account access" } } }