Skip to content

Commit 827900a

Browse files
gavinwade12Fluf22
authored andcommitted
fix: be less strict so there are no/less breaking changes
1 parent 9a0cf34 commit 827900a

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed
Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,9 @@
11
compositionBehavior:
2-
oneOf:
3-
- $ref: '#/compositionInjectionBehavior'
4-
- $ref: '#/compositionMultifeedBehavior'
5-
6-
compositionInjectionBehavior:
72
type: object
83
additionalProperties: false
4+
description: An object containing either an `injection` or `multifeed` behavior schema, but not both.
95
properties:
106
injection:
117
$ref: './injection/Behaviour.yml#/injection'
12-
required:
13-
- injection
14-
15-
compositionMultifeedBehavior:
16-
type: object
17-
additionalProperties: false
18-
properties:
198
multifeed:
209
$ref: './multifeed/Behaviour.yml#/multifeed'
21-
required:
22-
- multifeed

0 commit comments

Comments
 (0)