23 lines
404 B
YAML
23 lines
404 B
YAML
type: object
|
|
properties:
|
|
range:
|
|
$ref: ../schemas/RangeRequest.yaml
|
|
limit:
|
|
type: number
|
|
description: Limit result
|
|
offset:
|
|
type: number
|
|
description: Offset for results
|
|
columns:
|
|
type: array
|
|
items:
|
|
type: string
|
|
filters:
|
|
type: array
|
|
items:
|
|
$ref: ../schemas/FilterRequest.yaml
|
|
sort:
|
|
type: array
|
|
items:
|
|
$ref: ../schemas/SortRequest.yaml
|