{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-list-application-revisions-output-structure.json", "name": "ListApplicationRevisionsOutput", "description": "Represents the output of a ListApplicationRevisions operation.", "type": "object", "properties": { "revisions": { "allOf": [ { "$ref": "#/components/schemas/RevisionLocationList" }, { "description": "A list of locations that contain the matching revisions." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list." } ] } } }