{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Pagination", "type": "object", "properties": { "before": { "type": "number" }, "after": { "type": "number" } } }