# `Oaskit.Spec.Server`
[🔗](https://github.com/lud/oaskit/blob/v0.12.0/lib/oaskit/spec/server.ex#L1)

Representation of the [ Server Object](https://spec.openapis.org/oas/v3.1.1.html#server-object) in OpenAPI Specification.

# `from_config`

Returns an URL based on the `:url` configuration of the endpoint.

If not all the parts of the URL are configured the following defaults are
used:

* `:port` defaults to `443`.
* `:scheme` defaults to `"https"`.
* `:path` defaults to `"/"`.

# `json_schema`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
