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