github.com/w3security/vervet/v5@v5.3.1-0.20230618081846-5bd9b5d799dc/testdata/resources/schemas/parameters/pagination.yaml (about) 1 Pagination: 2 name: page 3 in: query 4 description: The parameters used to paginate through a list of results from the API. 5 schema: 6 type: object 7 properties: 8 size: 9 type: integer 10 format: int32 11 before: 12 type: string 13 after: 14 type: string 15 additionalProperties: false