Skip to content

Commit 10342b4

Browse files
committed
fix(specs): update time range number types
1 parent 74f26b2 commit 10342b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

specs/search/paths/rules/common/schemas.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,11 @@ timeRange:
295295
properties:
296296
from:
297297
type: integer
298+
format: int64
298299
description: When the rule should start to be active, in Unix epoch time.
299300
until:
300301
type: integer
302+
format: int64
301303
description: When the rule should stop to be active, in Unix epoch time.
302304
required:
303305
- from

0 commit comments

Comments
 (0)