Annotation Type SubItems


Swagger items annotation.

This class is essentially identical to Items except it's used for defining items of items.

Since annotations cannot be nested, we're forced to create a separate annotation for it.
If you want to nest items further, you have to define them free-form using items() as free-form JSON.

See Also: