File: page.yaml

package info (click to toggle)
golang-github-go-openapi-loads 0.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 1,208 kB
  • sloc: makefile: 4
file content (18 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
definitions:
  Page:
    description: A description of a paged result
    type: object
    properties:
      page:
        type: integer
        description: the page that was requested
      pages:
        type: integer
        description: the total number of pages available
      total_items:
        type: integer
        description: the total number of items available
        format: int64
      page_items:
        type: integer
        description: the number of items per page requested