{
    "$id": "http://drakemall.com/schemas/PaginationInput.json",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "title": "PaginationInput",
    "type": "object",
    "properties": {
        "limit": {
            "type": "number",
            "default": 50
        },
        "offset": {
            "type": "number",
            "default": 0
        }
    }
}
