File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
springwolf-examples/springwolf-jms-example/src/test/resources Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 6464 "io.github.springwolf.examples.jms.dtos.AnotherPayloadDto" : {
6565 "schemaFormat" : " application/vnd.oai.openapi;version=3.1.0" ,
6666 "schema" : {
67+ "type" : " object" ,
6768 "description" : " Another payload model" ,
6869 "example" : {
6970 "example" : {
7576 },
7677 "properties" : {
7778 "example" : {
78- "$ref" : " #/components/schemas/io.github.springwolf.examples.jms.dtos.ExamplePayloadDto"
79+ "$ref" : " #/components/schemas/io.github.springwolf.examples.jms.dtos.ExamplePayloadDto" ,
80+ "description" : " Example field"
7981 },
8082 "foo" : {
8183 "type" : " string" ,
9395 "io.github.springwolf.examples.jms.dtos.ExamplePayloadDto" : {
9496 "schemaFormat" : " application/vnd.oai.openapi;version=3.1.0" ,
9597 "schema" : {
98+ "type" : " object" ,
9699 "description" : " Example payload model" ,
97100 "example" : {
98101 "someEnum" : " FOO2" ,
137140 "$ref" : " #/components/schemas/HeadersNotDocumented"
138141 },
139142 "payload" : {
140- "schemaFormat" : " application/vnd.aai.asyncapi+json;version=3.1 .0" ,
143+ "schemaFormat" : " application/vnd.aai.asyncapi+json;version=3.0 .0" ,
141144 "schema" : {
142145 "$ref" : " #/components/schemas/io.github.springwolf.examples.jms.dtos.AnotherPayloadDto"
143146 }
155158 "$ref" : " #/components/schemas/HeadersNotDocumented"
156159 },
157160 "payload" : {
158- "schemaFormat" : " application/vnd.aai.asyncapi+json;version=3.1 .0" ,
161+ "schemaFormat" : " application/vnd.aai.asyncapi+json;version=3.0 .0" ,
159162 "schema" : {
160163 "$ref" : " #/components/schemas/io.github.springwolf.examples.jms.dtos.ExamplePayloadDto"
161164 }
You can’t perform that action at this time.
0 commit comments