Represents the output of a GetApplication operation.
GetApplication
{ "$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-get-application-output-schema.json", "title": "GetApplicationOutput", "description": "Represents the output of a <code>GetApplication</code> operation.", "type": "object", "properties": { "application": { "allOf": [ { "$ref": "#/components/schemas/ApplicationInfo" }, { "description": "Information about the application." } ] } } }