{ "type": "object", "properties": { "next": { "type": "object", "example": { "after": "example-value" }, "properties": { "after": { "type": "string" } } } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Paging" }