Amazon CodeDeploy · Schema

GetApplicationResponse

GetApplicationResponse schema from Amazon CodeDeploy

AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

Properties

Name Type Description
application object
View JSON Schema on GitHub

JSON Schema

amazon-codedeploy-get-application-response-schema.json Raw ↑
{
  "$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-response-schema.json",
  "title": "GetApplicationResponse",
  "description": "GetApplicationResponse schema from Amazon CodeDeploy",
  "type": "object",
  "properties": {
    "application": {
      "type": "object",
      "properties": {
        "applicationId": {
          "type": "string"
        },
        "applicationName": {
          "type": "string"
        },
        "computePlatform": {
          "type": "string"
        },
        "createTime": {
          "type": "string",
          "format": "date-time"
        },
        "linkedToGitHub": {
          "type": "boolean"
        }
      }
    }
  }
}