Axway · Schema

CustomQueryList

A list of CustomQuery objects.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

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