{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/headerWithCursor", "title": "headerWithCursor", "type": "object", "required": [ "header", "cursor" ], "properties": { "header": { "$ref": "#/components/schemas/header" }, "cursor": { "type": "string" } } }