{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-beanstalk/refs/heads/main/json-structure/amazon-elastic-beanstalk-environment-descriptions-message-structure.json", "name": "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" } } }