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:
Thomas Hervé
2021-03-16 03:09:03 +01:00
committed by GitHub
parent fcab51322e
commit a1392305f1
4 changed files with 67 additions and 0 deletions

View File

@@ -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'