{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-structure/amazon-managed-apache-flink-list-applications-response-structure.json",
"name": "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"
]
}