{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "OlapPeriodCollectionsByIdsStatisticsRequest", "type": "object", "properties": { "collectionIds": { "type": "array", "minItems": 1, "maxItems": 100, "items": { "type": "string" } }, "period": { "$ref": "#/components/schemas/OlapPeriod" } }, "required": [ "collectionIds", "period" ] }