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:
1313 properties :
1414 from :
1515 type : integer
16+ format : int64
1617 description : When the rule should start to be active, in Unix epoch time.
1718 until :
1819 type : integer
20+ format : int64
1921 description : When the rule should stop to be active, in Unix epoch time.
2022 required :
2123 - from
Original file line number Diff line number Diff line change 3030 type : array
3131 description : Time periods when the rule is active.
3232 items :
33- $ref : ' #/timeRange'
33+ $ref : ' ../../../../common/schemas/Rule.yml #/timeRange'
3434 required :
3535 - objectID
3636
@@ -289,22 +289,6 @@ automaticFacetFilter:
289289 required :
290290 - facet
291291
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-
308292updatedRuleResponse :
309293 type : object
310294 additionalProperties : false
You can’t perform that action at this time.
0 commit comments