{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Pagination", "type": "object", "properties": { "offset": { "type": "number", "example": 0 }, "limit": { "type": "number", "example": 25 } } }