Axway · Schema

EnvironmentList

A list of Environment objects.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

axway-environmentlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EnvironmentList",
  "title": "EnvironmentList",
  "type": "array",
  "description": "A list of Environment objects.",
  "items": {
    "$ref": "#/components/schemas/Environment"
  }
}