forked from loafle/openapi-generator-original
Skip examples on complex body in Java (#8887)
* Skip examples on complex body in Java This removes complex examples in Java which would not result in valid code. * Warn example being skip
This commit is contained in:
@@ -1257,6 +1257,13 @@ components:
|
||||
UserArray:
|
||||
content:
|
||||
application/json:
|
||||
examples:
|
||||
simple-list:
|
||||
description: Should not get into code examples
|
||||
summary: Simple list example
|
||||
value:
|
||||
- username: foo
|
||||
- username: bar
|
||||
schema:
|
||||
items:
|
||||
$ref: '#/components/schemas/User'
|
||||
|
||||
Reference in New Issue
Block a user