Axway · Schema

ApplicationList

A list of Application objects.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

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