{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-structure/application-migration-service-update-application-request-structure.json", "title": "UpdateApplicationRequest", "description": "Request to update a migration application", "type": "record", "fields": { "applicationID": { "type": "string", "description": "Application ID to update" }, "name": { "type": "string", "description": "New application name" }, "description": { "type": "string", "description": "New application description" }, "accountID": { "type": "string", "description": "Account ID for cross-account access" } } }