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

18 lines
349 B
YAML

type: object
properties:
name:
type: string
description: Name of the field
operator:
type: string
description: |
One of the available operators (<a href="#operators">operators</a>)
expression:
anyOf:
- type: string
- type: number
description: Expression for the filter
required:
- name
- operator