File tree Expand file tree Collapse file tree 2 files changed +3
-17
lines changed
search/paths/rules/common Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,11 @@ timeRange:
13
13
properties :
14
14
from :
15
15
type : integer
16
+ format : int64
16
17
description : When the rule should start to be active, in Unix epoch time.
17
18
until :
18
19
type : integer
20
+ format : int64
19
21
description : When the rule should stop to be active, in Unix epoch time.
20
22
required :
21
23
- from
Original file line number Diff line number Diff line change 30
30
type : array
31
31
description : Time periods when the rule is active.
32
32
items :
33
- $ref : ' #/timeRange'
33
+ $ref : ' ../../../../common/schemas/Rule.yml #/timeRange'
34
34
required :
35
35
- objectID
36
36
@@ -289,22 +289,6 @@ automaticFacetFilter:
289
289
required :
290
290
- facet
291
291
292
- timeRange :
293
- type : object
294
- additionalProperties : false
295
- properties :
296
- from :
297
- type : integer
298
- format : int64
299
- description : When the rule should start to be active, in Unix epoch time.
300
- until :
301
- type : integer
302
- format : int64
303
- description : When the rule should stop to be active, in Unix epoch time.
304
- required :
305
- - from
306
- - until
307
-
308
292
updatedRuleResponse :
309
293
type : object
310
294
additionalProperties : false
You can’t perform that action at this time.
0 commit comments