{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-migration-hub/refs/heads/main/json-schema/migration-hub-api-describe-application-state-result-schema.json", "title": "DescribeApplicationStateResult", "description": "DescribeApplicationStateResult schema from Amazon Migration Hub API", "type": "object", "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." } ] } } }