{ "$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-list-application-states-result-structure.json", "name": "ListApplicationStatesResult", "type": "object", "description": "ListApplicationStatesResult schema from Amazon Migration Hub API", "properties": { "ApplicationStateList": { "allOf": [ { "$ref": "#/components/schemas/ApplicationStateList" }, { "description": "A list of Applications that exist in Application Discovery Service." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/Token" }, { "description": "If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken." } ] } } }