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 d1d482f commit ad2401eCopy full SHA for ad2401e
specs/composition-full/common/params/Composition.yml
@@ -58,4 +58,3 @@ externalInjectedItem:
58
description: |
59
An objectID injected into an external source.
60
example: {'objectID': 'my-object-1', 'metadata': {'my-field': 'my-value'}}
61
-
specs/composition-full/common/schemas/components/CompositionBehavior.yml
@@ -88,6 +88,13 @@ injectedItem:
88
- length
89
90
injectedItemSource:
91
+ type: object
92
+ additionalProperties: false
93
+ properties:
94
+ search:
95
+ $ref: './InjectionSource.yml#/search'
96
+ external:
97
+ $ref: './InjectionSource.yml#/external'
98
oneOf:
- - $ref: './InjectionSource.yml#/search'
- - $ref: './InjectionSource.yml#/external'
99
+ - required: [search]
100
+ - required: [external]
0 commit comments