{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-structure/application-migration-service-disassociate-source-servers-request-structure.json", "title": "DisassociateSourceServersRequest", "description": "Request to disassociate source servers from an application", "type": "record", "fields": { "applicationID": { "type": "string", "description": "Application ID" }, "sourceServerIDs": { "type": "array", "description": "Source server IDs to disassociate" }, "accountID": { "type": "string", "description": "Account ID for cross-account access" } } }