Axway · Schema

EntitlementList

A list of Entitlement objects.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

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