2
2
"asyncapi" : " 2.0.0" ,
3
3
"info" : {
4
4
"title" : " Springwolf example project - AMQP" ,
5
+ "contact" : {
6
+ "name" : " springwolf" ,
7
+ "url" : " https://github.com/springwolf/springwolf-core" ,
8
+ "email" : " example@example.com"
9
+ },
10
+ "description" : " Springwolf example project to demonstrate springwolfs abilities" ,
11
+ "license" : {
12
+ "name" : " Apache License 2.0"
13
+ },
5
14
"version" : " 1.0.0"
6
15
},
7
16
"servers" : {
35
44
"ack" : false
36
45
}
37
46
},
47
+ "description" : " Auto-generated description" ,
48
+ "operationId" : " example-bindings-queue_publish_bindingsExample" ,
38
49
"message" : {
39
50
"name" : " io.github.stavshamir.springwolf.example.dtos.AnotherPayloadDto" ,
40
51
"title" : " AnotherPayloadDto" ,
41
52
"payload" : {
42
53
"$ref" : " #/components/schemas/AnotherPayloadDto"
43
54
},
44
55
"headers" : {
45
- "$ref" : " #/components/schemas/NoHeaders "
56
+ "$ref" : " #/components/schemas/HeadersNotDocumented "
46
57
}
47
58
}
48
59
}
71
82
"ack" : false
72
83
}
73
84
},
85
+ "description" : " Auto-generated description" ,
86
+ "operationId" : " example-topic-queue_publish_bindingsBeanExample" ,
74
87
"message" : {
75
88
"name" : " io.github.stavshamir.springwolf.example.dtos.AnotherPayloadDto" ,
76
89
"title" : " AnotherPayloadDto" ,
77
90
"payload" : {
78
91
"$ref" : " #/components/schemas/AnotherPayloadDto"
79
92
},
80
93
"headers" : {
81
- "$ref" : " #/components/schemas/NoHeaders "
94
+ "$ref" : " #/components/schemas/HeadersNotDocumented "
82
95
}
83
96
}
84
97
}
107
120
"ack" : false
108
121
}
109
122
},
123
+ "description" : " Auto-generated description" ,
124
+ "operationId" : " another-queue_publish_receiveAnotherPayload" ,
110
125
"message" : {
111
126
"name" : " io.github.stavshamir.springwolf.example.dtos.AnotherPayloadDto" ,
112
127
"title" : " AnotherPayloadDto" ,
113
128
"payload" : {
114
129
"$ref" : " #/components/schemas/AnotherPayloadDto"
115
130
},
116
131
"headers" : {
117
- "$ref" : " #/components/schemas/NoHeaders "
132
+ "$ref" : " #/components/schemas/HeadersNotDocumented "
118
133
}
119
134
}
120
135
}
134
149
"ack" : false
135
150
}
136
151
},
152
+ "description" : " Auto-generated description" ,
153
+ "operationId" : " example-manual-consumer-channel_publish" ,
137
154
"message" : {
138
155
"name" : " io.github.stavshamir.springwolf.example.dtos.AnotherPayloadDto" ,
139
156
"title" : " AnotherPayloadDto" ,
142
159
"$ref" : " #/components/schemas/AnotherPayloadDto"
143
160
},
144
161
"headers" : {
145
- "$ref" : " #/components/schemas/NoHeaders "
162
+ "$ref" : " #/components/schemas/HeadersNotDocumented "
146
163
}
147
164
}
148
165
},
180
197
"ack" : false
181
198
}
182
199
},
200
+ "description" : " Auto-generated description" ,
201
+ "operationId" : " example-queue_publish_receiveExamplePayload" ,
183
202
"message" : {
184
203
"name" : " io.github.stavshamir.springwolf.example.dtos.ExamplePayloadDto" ,
185
204
"title" : " ExamplePayloadDto" ,
186
205
"payload" : {
187
206
"$ref" : " #/components/schemas/ExamplePayloadDto"
188
207
},
189
208
"headers" : {
190
- "$ref" : " #/components/schemas/NoHeaders "
209
+ "$ref" : " #/components/schemas/HeadersNotDocumented "
191
210
}
192
211
}
193
212
}
216
235
"ack" : false
217
236
}
218
237
},
238
+ "description" : " Auto-generated description" ,
239
+ "operationId" : " example-producer-channel_subscribe" ,
219
240
"message" : {
220
241
"name" : " io.github.stavshamir.springwolf.example.dtos.AnotherPayloadDto" ,
221
242
"title" : " AnotherPayloadDto" ,
224
245
"$ref" : " #/components/schemas/AnotherPayloadDto"
225
246
},
226
247
"headers" : {
227
- "$ref" : " #/components/schemas/NoHeaders "
248
+ "$ref" : " #/components/schemas/HeadersNotDocumented "
228
249
}
229
250
}
230
251
}
231
252
}
232
253
},
233
254
"components" : {
234
255
"schemas" : {
256
+ "HeadersNotDocumented" : {
257
+ "type" : " object" ,
258
+ "properties" : {},
259
+ "example" : {},
260
+ "exampleSetFlag" : true
261
+ },
235
262
"AnotherPayloadDto" : {
236
263
"required" : [
237
264
" example"
299
326
"someEnum" : " FOO2"
300
327
},
301
328
"exampleSetFlag" : true
302
- },
303
- "NoHeaders" : {
304
- "type" : " object" ,
305
- "exampleSetFlag" : true
306
329
}
307
330
}
308
- }
309
- }
331
+ },
332
+ "tags" : []
333
+ }
0 commit comments