File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ allOf:
24
24
type : object
25
25
additionalProperties :
26
26
type : string
27
+ settings :
28
+ oneOf :
29
+ - type : object
30
+ additionalProperties :
31
+ type : string
32
+ - type : string
27
33
tag :
28
34
type : string
29
35
minLength : 1
@@ -95,6 +101,10 @@ properties:
95
101
changeSetCount :
96
102
type : integer
97
103
minimum : 1
104
+ settings :
105
+ oneOf :
106
+ - $ref : ../../common/parameter-field-map-string-json-node.yaml
107
+ - type : string
98
108
delegateSelectors :
99
109
oneOf :
100
110
- type : array
Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ allOf:
20
20
type : string
21
21
connectorRef :
22
22
type : string
23
+ settings :
24
+ oneOf :
25
+ - type : object
26
+ additionalProperties :
27
+ type : string
28
+ - type : string
23
29
globalSettings :
24
30
type : object
25
31
additionalProperties :
@@ -95,6 +101,10 @@ properties:
95
101
changeSetCount :
96
102
type : integer
97
103
minimum : 1
104
+ settings :
105
+ oneOf :
106
+ - $ref : ../../common/parameter-field-map-string-json-node.yaml
107
+ - type : string
98
108
delegateSelectors :
99
109
oneOf :
100
110
- type : array
You can’t perform that action at this time.
0 commit comments