servers property
An 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 /.
Implementation
String? get jsonSchemaDialect;/// An 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 `/`.
List<Server>? get servers;