{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListApplicationsResponse", "title": "ListApplicationsResponse", "type": "object", "required": [ "ApplicationSummaries" ], "properties": { "ApplicationSummaries": { "allOf": [ { "$ref": "#/components/schemas/ApplicationSummaries" }, { "description": "A list of ApplicationSummary objects." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/ApplicationName" }, { "description": "The pagination token for the next set of results, or null if there are no additional results. Pass this token into a subsequent command to retrieve the next set of items For more information about pagination, see Using the Amazon Command Line Interface's Pagination Options." } ] } } }