Axway · Schema

UserDeviceList

A list of UserDevice objects.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

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