aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/paged_request_opts_schema.json
blob: f143c28b0fe7c82ea74e2480574fd2a8cbc30ae6 (plain) (blame)
1
2
3
4
5
6
7
8
{
    "id": "/PagedRequestOptsSchema",
    "type": "object",
    "properties": {
        "page": { "type": "number" },
        "perPage": { "type": "number" }
    }
}