Axway · Schema

RoleList

A list of Role objects.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

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