File tree Expand file tree Collapse file tree 1 file changed +4
-158
lines changed
Expand file tree Collapse file tree 1 file changed +4
-158
lines changed Original file line number Diff line number Diff line change @@ -221,12 +221,15 @@ components:
221221 exchangeId :
222222 type : string
223223 title : exchangeId
224+ fifo :
225+ type : boolean
226+ title : fifo
224227
225228 exchangeBindingWithRules :
226229 allOf :
227230 - $ref : " #/components/schemas/exchangeBinding"
228231 - properties :
229- rules :
232+ routingRules :
230233 $ref : " #/components/schemas/routingRules"
231234
232235 exchangeBindingRules :
@@ -248,160 +251,3 @@ components:
248251 items :
249252 type : object
250253 title : routingRule
251-
252-
253- # routingRulesStr2Str:
254- # type: array
255- # title: routingRulesStr2Str
256- # items:
257- # type: object
258- # title: routingRuleStr2Str
259- # properties:
260- # propertyName:
261- # type: string
262- # title: propertyName
263- # propertyType:
264- # type: string
265- # title: propertyType
266- # enum:
267- # - STRING
268- # matcherType:
269- # type: string
270- # title: matcherType
271- # enum:
272- # - EQ
273- # - PREFIX
274- # value:
275- # type: string
276- # title: value
277-
278- # routingRulesStr2Bool:
279- # type: array
280- # title: routingRulesStr2Bool
281- # items:
282- # type: object
283- # title: routingRuleStr2Bool
284- # properties:
285- # propertyName:
286- # type: string
287- # title: propertyName
288- # propertyType:
289- # type: string
290- # title: propertyType
291- # enum:
292- # - STRING
293- # matcherType:
294- # type: string
295- # title: matcherType
296- # enum:
297- # - EXISTS
298- # value:
299- # type: boolean
300- # title: value
301-
302- # routingRulesStr2Arr:
303- # type: array
304- # title: routingRulesStr2Arr
305- # items:
306- # type: object
307- # title: routingRuleStr2Arr
308- # properties:
309- # propertyName:
310- # type: string
311- # title: propertyName
312- # propertyType:
313- # type: string
314- # title: propertyType
315- # enum:
316- # - STRING
317- # matcherType:
318- # type: string
319- # title: matcherType
320- # enum:
321- # - ANY_OF
322- # - NONE_OF
323- # value:
324- # type: array
325- # title: value
326- # items:
327- # type: string
328-
329- # routingRulesNum2Num:
330- # type: array
331- # title: routingRulesNum2Num
332- # items:
333- # type: object
334- # title: routingRuleNum2Num
335- # properties:
336- # propertyName:
337- # type: string
338- # title: propertyName
339- # propertyType:
340- # type: string
341- # title: propertyType
342- # enum:
343- # - NUMERIC
344- # matcherType:
345- # type: string
346- # title: matcherType
347- # enum:
348- # - EQ
349- # - LT
350- # - LE
351- # - GT
352- # - GE
353- # value:
354- # type: number
355- # title: value
356-
357- # routingRulesNum2Bool:
358- # type: array
359- # title: routingRulesNum2Bool
360- # items:
361- # type: object
362- # title: routingRuleNum2Bool
363- # properties:
364- # propertyName:
365- # type: string
366- # title: propertyName
367- # propertyType:
368- # type: string
369- # title: propertyType
370- # enum:
371- # - NUMERIC
372- # matcherType:
373- # type: string
374- # title: matcherType
375- # enum:
376- # - EXISTS
377- # value:
378- # type: boolean
379- # title: value
380-
381- # routingRulesNum2Arr:
382- # type: array
383- # title: routingRulesNum2Arr
384- # items:
385- # type: object
386- # title: routingRuleNum2Arr
387- # properties:
388- # propertyName:
389- # type: string
390- # title: propertyName
391- # propertyType:
392- # type: string
393- # title: propertyType
394- # enum:
395- # - NUMERIC
396- # matcherType:
397- # type: string
398- # title: matcherType
399- # enum:
400- # - RANGE
401- # - NONE_OF
402- # value:
403- # type: array
404- # title: value
405- # items:
406- # type: number
407-
You can’t perform that action at this time.
0 commit comments