github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/2919/edge-api/shared/standard-request.yml (about)

     1  ---
     2  definitions:
     3    pagination:
     4      type: object
     5      required:
     6        - limit
     7        - offset
     8        - totalCount
     9      properties:
    10        limit:
    11          type: number
    12          format: int64
    13        offset:
    14          type: number
    15          format: int64
    16        totalCount:
    17          type: number
    18          format: int64