{ "$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-descriptions-message-schema.json", "title": "ApplicationDescriptionsMessage", "description": "ApplicationDescriptionsMessage schema from Amazon Elastic Beanstalk AWS Elastic Beanstalk API", "type": "object", "properties": { "Applications": { "type": "array", "items": { "$ref": "#/components/schemas/ApplicationDescription" } } } }