Mikael Ståldal
05/23/2023, 2:54 PMhttp4k-contract
generates a servers
section like this if you don't specify any servers:
"servers": [
{
"url": "/",
"description": null
}
]
It would make more sense to not generate any servers
section in this case.dave
05/23/2023, 3:08 PMAn array of Server Objects, which provide connectivity information to a target server. If the servers property is not provided, or is an empty array, the default value would be a Server Object with a url value of /.
Mikael Ståldal
05/23/2023, 3:09 PM"description": null
is removed.dave
05/23/2023, 3:09 PMdave
05/23/2023, 3:10 PM