Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
12 lines
271 B
YAML
12 lines
271 B
YAML
allOf:
|
|
- type: object
|
|
required:
|
|
- hits
|
|
properties:
|
|
hits:
|
|
description: >-
|
|
Array of search results. The format of the items depends on the search
|
|
engine installed on the Medusa backend.
|
|
type: array
|
|
- type: object
|