You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/composition-full/common/schemas/components/InjectionSource.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
search:
2
-
title: injectedItemSearchSource
1
+
SearchSource:
2
+
title: search
3
3
description: Injected items will originate from a search request performed on the specified index.
4
4
type: object
5
5
additionalProperties: false
@@ -13,13 +13,13 @@ search:
13
13
required:
14
14
- index
15
15
16
-
external:
17
-
title: injectedItemExternalSource
16
+
ExternalSource:
17
+
title: external
18
18
description: Injected items will originate from externally provided objectIDs (that must exist in the index) given at runtime in the run request payload.
0 commit comments