View Source Swagdox.User (swagdox v0.3.0)

A user of the application

[Swagdox] Schema: @name User

@property id, integer, "User id" @property name, string, "User name", nullable: true @property email, string, "User email", format: "email" @property orders, [OrderName], "User orders", max_items: 100