A list of deployment environments.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EnvironmentList", "title": "EnvironmentList", "type": "object", "description": "A list of deployment environments.", "properties": { "environments": { "type": "array", "description": "Array of environment objects.", "items": { "$ref": "#/components/schemas/Environment" } } } }