{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-structure/application-migration-service-application-structure.json", "title": "Application", "description": "A migration application grouping source servers", "type": "record", "fields": { "applicationID": { "type": "string", "description": "Application ID" }, "arn": { "type": "string", "description": "ARN of the application" }, "name": { "type": "string", "description": "Application name" }, "description": { "type": "string", "description": "Application description" }, "isArchived": { "type": "boolean", "description": "Whether the application is archived" }, "applicationAggregatedStatus": { "type": "string", "description": "applicationAggregatedStatus" }, "creationDateTime": { "type": "string", "description": "Creation date/time" }, "lastModifiedDateTime": { "type": "string", "description": "Last modification date/time" }, "tags": { "type": "object", "description": "Tags on the application" }, "waveID": { "type": "string", "description": "Wave ID this application belongs to" } } }