Closed muttleyxd closed 5 years ago
Okay, I've just realized that I can do examples like that
ComplicatedResponse:
type: object
properties:
stringProperty:
type: string
arrayStringProperty:
type: array
items:
type: string
example:
- stringProperty: hello
arrayStringProperty:
- Some
- Nice
- Array
I didn't find a way to display array items as an example.
Expected result:
Actual result: