Axway · Schema

DataExportList

A list of DataExport objects.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

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