{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-schema/amazon-managed-apache-flink-list-applications-response-schema.json",
"title": "ListApplicationsResponse",
"description": "ListApplicationsResponse schema from Amazon Managed Service for Apache Flink API",
"type": "object",
"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."
}
]
}
},
"required": [
"ApplicationSummaries"
]
}