File tree 1 file changed +12
-7
lines changed
src/v/redpanda/admin/api-doc
1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 41
41
}
42
42
},
43
43
"copy_to" : {
44
- "type" : " bucket_configuration"
44
+ "type" : " bucket_configuration" ,
45
+ "$ref" : " bucket_configuration"
45
46
},
46
47
"auto_advance" : {
47
48
"type" : " boolean" ,
61
62
"topics" : {
62
63
"type" : " array" ,
63
64
"items" : {
64
- "type " : " inbound_topic"
65
+ "$ref " : " inbound_topic"
65
66
}
66
67
},
67
68
"consumer_groups" : {
85
86
"properties" : {
86
87
"source_topic" : {
87
88
"description" : " Name of the topic in the source cluster" ,
88
- "type" : " namespaced_topic"
89
+ "type" : " namespaced_topic" ,
90
+ "$ref" : " namespaced_topic"
89
91
},
90
92
"alias" : {
91
93
"description" : " Name of the topic in the destination cluster" ,
92
- "type" : " namespaced_topic"
94
+ "type" : " namespaced_topic" ,
95
+ "$ref" : " namespaced_topic"
93
96
}
94
97
}
95
98
},
136
139
"type" : " string"
137
140
},
138
141
"migration" : {
139
- "type" : " outbound_migration"
142
+ "type" : " outbound_migration" ,
143
+ "$ref" : " outbound_migration"
140
144
}
141
145
}
142
146
},
152
156
"description" : " Current migration state"
153
157
},
154
158
"migration" : {
155
- "type" : " inbound_migration"
159
+ "type" : " inbound_migration" ,
160
+ "$ref" : " inbound_migration"
156
161
}
157
162
}
158
163
},
165
170
"topics" : {
166
171
"type" : " array" ,
167
172
"items" : {
168
- "type " : " inbound_topic"
173
+ "$ref " : " inbound_topic"
169
174
},
170
175
"description" : " List of topics to mount"
171
176
}
You can’t perform that action at this time.
0 commit comments