Axway · Schema

UsageEntryList

A list of UsageEntry objects.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

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