Skip to content

Commit ae9ac59

Browse files
authored
fix(specs): add tags and scope to rules (#5625)
1 parent 6fdedfc commit ae9ac59

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ rule:
3131
description: Time periods when the rule is active.
3232
items:
3333
$ref: '../../../../common/schemas/Rule.yml#/timeRange'
34+
tags:
35+
type: array
36+
items:
37+
type: string
38+
scope:
39+
type: string
3440
required:
3541
- objectID
3642
- consequence

0 commit comments

Comments
 (0)