ApplicationDescriptionMessage

ApplicationDescriptionMessage schema from Amazon Elastic Beanstalk AWS Elastic Beanstalk API

Amazon Web ServicesAuto ScalingDeploymentElastic BeanstalkPaaSPlatform As A ServiceWeb Applications

Properties

Name Type Description
Application object
View JSON Schema on GitHub

JSON Schema

amazon-elastic-beanstalk-application-description-message-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-beanstalk/refs/heads/main/json-schema/amazon-elastic-beanstalk-application-description-message-schema.json",
  "title": "ApplicationDescriptionMessage",
  "description": "ApplicationDescriptionMessage schema from Amazon Elastic Beanstalk AWS Elastic Beanstalk API",
  "type": "object",
  "properties": {
    "Application": {
      "$ref": "#/components/schemas/ApplicationDescription"
    }
  }
}