{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-migration-hub/refs/heads/main/json-structure/migration-hub-api-application-state-structure.json", "name": "ApplicationState", "type": "object", "description": "The state of an application discovered through Migration Hub import, the AWS Agentless Discovery Connector, or the AWS Application Discovery Agent.", "properties": { "ApplicationId": { "allOf": [ { "$ref": "#/components/schemas/ApplicationId" }, { "description": "The configurationId from the Application Discovery Service that uniquely identifies an application." } ] }, "ApplicationStatus": { "allOf": [ { "$ref": "#/components/schemas/ApplicationStatus" }, { "description": "The current status of an application." } ] }, "LastUpdatedTime": { "allOf": [ { "$ref": "#/components/schemas/UpdateDateTime" }, { "description": "The timestamp when the application status was last updated." } ] } } }