{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-structure/application-migration-service-mark-as-archived-request-structure.json", "title": "MarkAsArchivedRequest", "description": "Request to mark a source server as archived", "type": "record", "fields": { "sourceServerID": { "type": "string", "description": "Source server ID to archive" }, "accountID": { "type": "string", "description": "Account ID for cross-account access" } } }