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