We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd2ff0 commit 91415cbCopy full SHA for 91415cb
specs/composition/common/schemas/components/CompositionBehavior.yml
@@ -1,22 +1,9 @@
1
compositionBehavior:
2
- oneOf:
3
- - $ref: '#/compositionInjectionBehavior'
4
- - $ref: '#/compositionMultifeedBehavior'
5
-
6
-compositionInjectionBehavior:
7
type: object
8
additionalProperties: false
+ description: An object containing either an `injection` or `multifeed` behavior schema, but not both.
9
properties:
10
injection:
11
$ref: './injection/Behaviour.yml#/injection'
12
- required:
13
- - injection
14
15
-compositionMultifeedBehavior:
16
- type: object
17
- additionalProperties: false
18
- properties:
19
multifeed:
20
$ref: './multifeed/Behaviour.yml#/multifeed'
21
22
- - multifeed
0 commit comments