{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "OlapCollectionVolumeRankingResponse", "type": "object", "properties": { "continuation": { "type": "string" }, "result": { "type": "array", "items": { "$ref": "#/components/schemas/OlapCollectionLeaderboardEntry" } } } }