{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "OlapOwnerStatistics", "type": "object", "properties": { "owners": { "type": "array", "items": { "$ref": "#/components/schemas/OlapOwnerStatistic" } }, "continuation": { "type": "string", "description": "Continuation token to paginate result" } }, "required": [ "owners" ] }