{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-batch-get-application-revisions-output-structure.json", "name": "BatchGetApplicationRevisionsOutput", "description": "Represents the output of a BatchGetApplicationRevisions operation.", "type": "object", "properties": { "applicationName": { "allOf": [ { "$ref": "#/components/schemas/ApplicationName" }, { "description": "The name of the application that corresponds to the revisions." } ] }, "errorMessage": { "allOf": [ { "$ref": "#/components/schemas/ErrorMessage" }, { "description": "Information about errors that might have occurred during the API call." } ] }, "revisions": { "allOf": [ { "$ref": "#/components/schemas/RevisionInfoList" }, { "description": "Additional information about the revisions, including the type and location." } ] } } }