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

12 lines
256 B
YAML

allOf:
- type: object
required:
- hits
properties:
hits:
description: >-
Array of results. The format of the items depends on the search engine
installed on the server.
type: array
- type: object