api-docs/models/Meta.yaml

19 lines
224 B
YAML
Raw Normal View History

2022-10-16 06:34:08 +02:00
description: ''
2022-03-10 04:16:02 +01:00
type: object
properties:
total:
type: integer
2022-03-10 04:16:02 +01:00
page:
type: integer
2022-03-10 04:16:02 +01:00
limit:
type: integer
2022-03-10 04:16:02 +01:00
required:
- total
- page
- limit
x-examples:
example-1:
total: 6
page: 1
limit: 20