github.com/snyk/vervet/v5@v5.11.1-0.20240202085829-ad4dd7fb6101/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