Amazon CodeDeploy · Schema

CreateApplicationResponse

CreateApplicationResponse schema from Amazon CodeDeploy

AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

Properties

Name Type Description
applicationId string A unique application ID.
View JSON Schema on GitHub

JSON Schema

amazon-codedeploy-create-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-create-application-response-schema.json",
  "title": "CreateApplicationResponse",
  "description": "CreateApplicationResponse schema from Amazon CodeDeploy",
  "type": "object",
  "properties": {
    "applicationId": {
      "type": "string",
      "description": "A unique application ID."
    }
  }
}