You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/docs/guide/openApiGeneratorExtensions.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ Currently, the following extensions are supported:
19
19
| `*x-deprecated*` | `Schema`*(only enum)* | List of deprecated enum items
20
20
| `*x-type*` | `Schema` | If the variable/parameter has a primitive type that is not in the OpenAPI 3 specification, this field will be filled in. Used for primitive java types `byte`, `short`, `int`, `long`, `float`, `double`, `char`
21
21
| `*x-format*` | `Schema` | If the variable/parameter has a type that is not in the OpenAPI 3 specification, this field will be filled in. Used for java types `Byte` (type: integer, `x-format: int8`), `Short` (type: integer, `x-format: int16`), `Char` (type: string, `x-format: char`)
0 commit comments