Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminUploadsRes.yaml
2023-11-10 14:27:17 +02:00

24 lines
564 B
YAML

type: object
description: The list of uploaded files.
required:
- uploads
properties:
uploads:
type: array
description: Uploaded files details.
items:
type: object
required:
- url
- key
properties:
url:
description: The URL of the uploaded file.
type: string
format: uri
key:
description: >-
The key of the file that is identifiable by the file service. It can
be used later to retrieve or manipulate the file.
type: string