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