A list of DataExport objects.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-data-export-list-schema.json", "title": "DataExportList", "description": "A list of DataExport objects.", "type": "array", "items": { "$ref": "#/components/schemas/DataExport" } }