12 lines
256 B
YAML
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
|