swag-fraudbusters-management/openapi/components/responses/WbListRecordsResponse.yaml
2021-07-15 14:25:03 +03:00

13 lines
181 B
YAML

type: object
required:
- result
- count
properties:
count:
type: integer
format: int32
result:
type: array
items:
$ref: '../schemas/WbListRecord.yaml'