Specify that there might be multiple files in the DVP namespace data retrieval endpoint

This commit is contained in:
Benjamin Grandfond 2024-11-29 22:49:50 +01:00
parent a65dac8e99
commit 19b816a7f3
No known key found for this signature in database
GPG Key ID: 73F1FD62B2228728
1 changed files with 2 additions and 0 deletions

View File

@ -561,6 +561,8 @@ components:
properties:
data:
type: array
description: |
List of urls to download the data. When the data is large, the data will be split into multiple files.
items:
$ref: '#/components/schemas/ResponseDataFile'
ResponseDataFile: