Axway · Schema

CustomQueryList

A list of CustomQuery objects.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

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