16 lines
263 B
YAML
16 lines
263 B
YAML
type: object
|
|
required:
|
|
- uploads
|
|
properties:
|
|
uploads:
|
|
type: array
|
|
items:
|
|
type: object
|
|
required:
|
|
- url
|
|
properties:
|
|
url:
|
|
description: The URL of the uploaded file.
|
|
type: string
|
|
format: uri
|