{ "$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-describe-application-state-result-structure.json", "name": "DescribeApplicationStateResult", "type": "object", "description": "DescribeApplicationStateResult schema from Amazon Migration Hub API", "properties": { "ApplicationStatus": { "allOf": [ { "$ref": "#/components/schemas/ApplicationStatus" }, { "description": "Status of the application - Not Started, In-Progress, Complete." } ] }, "LastUpdatedTime": { "allOf": [ { "$ref": "#/components/schemas/UpdateDateTime" }, { "description": "The timestamp when the application status was last updated." } ] } } }