Unified.to · Schema

Environments

A list of environments in the workspace.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-environments-schema.json Raw ↑
{
  "$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"
}