mirror of https://github.com/docker/docs.git
Specify that there might be multiple files in the DVP namespace data retrieval endpoint
This commit is contained in:
parent
a65dac8e99
commit
19b816a7f3
|
@ -561,6 +561,8 @@ components:
|
||||||
properties:
|
properties:
|
||||||
data:
|
data:
|
||||||
type: array
|
type: array
|
||||||
|
description: |
|
||||||
|
List of urls to download the data. When the data is large, the data will be split into multiple files.
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/ResponseDataFile'
|
$ref: '#/components/schemas/ResponseDataFile'
|
||||||
ResponseDataFile:
|
ResponseDataFile:
|
||||||
|
|
Loading…
Reference in New Issue