A list of environments in the workspace.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Environments", "title": "Environments", "description": "A list of environments in the workspace.", "items": { "type": "string" }, "type": "array" }