servers property
An array of APIServerDescription, 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 APIServerDescription with a url value of /.
Implementation
List<APIServerDescription?>? servers;