Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Get Application Response Structure

GetApplicationResponse schema from Amazon CodeDeploy

Type: object Properties: 1
AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

GetApplicationResponse is a JSON Structure definition published by Amazon CodeDeploy, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

application

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-get-application-response-structure.json",
  "name": "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": "datetime"
        },
        "linkedToGitHub": {
          "type": "boolean"
        }
      }
    }
  }
}