Merge pull request #21535 from benja-M-1/chore/update-dvp-response-doc

Specify that there might be multiple files in the DVP namespace data retrieval endpoint
This commit is contained in:
Craig Osterhout 2024-12-12 08:13:33 -08:00 committed by GitHub
commit a0df66732d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: