* `day` - day * `week` - week * `month` - month
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResponseSamplingIntervalTypeEnum", "title": "ResponseSamplingIntervalTypeEnum", "enum": [ "day", "week", "month" ], "type": "string", "description": "* `day` - day\n* `week` - week\n* `month` - month" }