Skip to content

Commit fb18e3c

Browse files
committed
ADD: rule tags definition
1 parent 5066eb8 commit fb18e3c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

specs/composition-full/common/schemas/components/CompositionRule.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ compositionRule:
3434
description: Time periods when the rule is active.
3535
items:
3636
$ref: '../../../../common/schemas/Rule.yml#/timeRange'
37+
tags:
38+
type: array
39+
description: A list of tags.
40+
items:
41+
type: string
42+
example: ['conditional']
3743
required:
3844
- objectID
3945
- conditions
@@ -76,4 +82,4 @@ anchoring:
7682
- `contains`. The pattern must match anywhere in the query.
7783
7884
Empty queries are only allowed as patterns with `anchoring: is`.
79-
enum: [is, startsWith, endsWith, contains]
85+
enum: [is, startsWith, endsWith, contains]

0 commit comments

Comments
 (0)