{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/lists_items-list-response-collection", "title": "lists_items-list-response-collection", "allOf": [ { "$ref": "#/components/schemas/lists_api-response-collection" }, { "properties": { "result": { "$ref": "#/components/schemas/lists_items" }, "result_info": { "properties": { "cursors": { "properties": { "after": { "example": "yyy", "type": "string" }, "before": { "example": "xxx", "type": "string" } }, "type": "object" } }, "type": "object" } }, "type": "object" } ] }