fix time window filter schema interval type (#948)

This commit is contained in:
Zhiyuan Liang 2024-08-07 15:48:11 +08:00 коммит произвёл GitHub
Родитель 71e46d3b12
Коммит 86ba2f8551
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -67,7 +67,7 @@
},
"Interval": {
"$id": "#/properties/parameters/properties/Recurrence/properties/Pattern/properties/Interval",
"type": "number",
"type": "integer",
"title": "Time Window Filter Recurrence Pattern Interval Parameter",
"description": "The number of units between occurrences, where units can be in days or weeks depending on the recurrence pattern type.",
"default": 1