{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-schema/amazon-codedeploy-list-applications-input-schema.json",
"title": "ListApplicationsInput",
"description": "Represents the input of a <code>ListApplications</code> operation.",
"type": "object",
"properties": {
"nextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": "An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list."
}
]
}
}
}