{ "$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-applications-request-schema.json", "title": "AssociateApplicationsRequest", "description": "Request to associate applications with a wave", "type": "object", "properties": { "waveID": { "type": "string", "description": "Wave ID" }, "applicationIDs": { "type": "array", "description": "Application IDs to associate" }, "accountID": { "type": "string", "description": "Account ID for cross-account access" } } }