We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a98e0 commit 3c9000eCopy full SHA for 3c9000e
specs/composition/common/schemas/Hit.yml
@@ -38,3 +38,6 @@ compositionRankingInfo:
38
type: string
39
inset:
40
41
+ required:
42
+ - index
43
+ - inset
specs/composition/common/schemas/compositionRule.yml
@@ -17,8 +17,10 @@ compositionRule:
17
description: Effect of the rule.
18
additionalProperties: false
19
properties:
20
- params:
+ behavior:
21
$ref: './compositionBehavior.yml#/compositionBehavior'
22
23
+ - behavior
24
description:
25
26
description: Description of the rule's purpose to help you distinguish between different rules.
0 commit comments