Defines the ApiDoc struct.
ApiDoc
Type that represents the ApiDoc struct
contact() :: [name: String.t, url: String.t, email: String.t]
license() :: [name: String.t, url: String.t]
t() :: %BlueBird.ApiDoc{contact: contact, description: String.t, groups: %{optional(String.t) => String.t}, host: String.t, license: license, routes: [BlueBird.Route.t], terms_of_service: String.t, title: String.t}
Type that represents the ApiDoc struct.