keitaro-api-skill/references/schemas/ReportsRequest.yaml

22 lines
413 B
YAML

type: object
properties:
range:
$ref: ../schemas/RangeRequest.yaml
dimensions:
type: array
items:
type: string
measures:
type: array
items:
type: string
filters:
description: Filters can contain OR and AND logical operators.
type: array
items:
$ref: ../schemas/FilterRequest.yaml
sort:
type: array
items:
$ref: ../schemas/SortRequest.yaml