Files
medusa-store/docs/api/admin/components/schemas/ModulesResponse.yaml
2023-04-04 21:02:44 +03:00

14 lines
288 B
YAML

type: array
items:
type: object
required:
- module
- resolution
properties:
module:
description: The key of the module.
type: string
resolution:
description: The resolution path of the module or false if module is not installed.
type: string