type Address struct {
Street string `json:"street"`
City string `json:"city"`
Country string `json:"country"`
}
Address is a nested struct — with InlineRefs enabled the reflector should
inline the schema rather than creating a $ref to #/components/schemas/Address.