12 lines
211 B
YAML
12 lines
211 B
YAML
type: object
|
|
properties:
|
|
uploads:
|
|
type: array
|
|
items:
|
|
type: object
|
|
properties:
|
|
url:
|
|
type: string
|
|
description: The URL of the uploaded file.
|
|
format: uri
|