Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 30 additions & 30 deletions docs/b2b-edition/models/utils/pagination.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
title: Pagination
type: object
description: Used to response pagination information
properties:
pagination:
type: object
properties:
limit:
type: integer
maximum: 250
exclusiveMaximum: true
minimum: 1
exclusiveMinimum: true
description: 'Pagination limit default: 10'
example: 10
offset:
type: integer
minimum: 0
description: 'Pagination offset default: 0'
example: 0
totalCount:
type: integer
example: 998
description: The total number of the all data
example:
pagination:
limit: 10
offset: 0
totalCount: 1
x-internal: false
title: Pagination
type: object
description: Used to response pagination information
properties:
pagination:
type: object
properties:
limit:
type: integer
maximum: 250
exclusiveMaximum: true
minimum: 1
exclusiveMinimum: true
description: 'Pagination limit default: 10'
example: 10
offset:
type: integer
minimum: 0
description: 'Pagination offset default: 0'
example: 0
totalCount:
type: integer
example: 998
description: The total number of the all data
example:
pagination:
limit: 10
offset: 0
totalCount: 1
x-internal: false
Loading