OpenApi.servers

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 /

struct OpenApi
@optional
Server[] servers;

Meta