Axway · Schema

UsageEntryList

A list of UsageEntry objects.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

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